[Dart-dev] DART/branches Revision: 12862
dart at ucar.edu
dart at ucar.edu
Thu Sep 27 17:01:32 MDT 2018
thoar at ucar.edu
2018-09-27 17:01:32 -0600 (Thu, 27 Sep 2018)
73
Referencing the new directory name and setting appropriate permissions.
Modified: DART/branches/rma_wrfHydro/models/wrf_hydro/model_mod.f90
===================================================================
--- DART/branches/rma_wrfHydro/models/wrf_hydro/model_mod.f90 2018-09-27 20:55:15 UTC (rev 12861)
+++ DART/branches/rma_wrfHydro/models/wrf_hydro/model_mod.f90 2018-09-27 23:01:32 UTC (rev 12862)
@@ -6,7 +6,7 @@
module model_mod
-!> This is the interface for wrfHydro and the DART data assimilation infrastructure.
+!> This is the interface for wrf_hydro and the DART data assimilation infrastructure.
use types_mod, only : r8, i8, MISSING_R8, obstypelength
Modified: DART/branches/rma_wrfHydro/models/wrf_hydro/noah_hydro_mod.f90
===================================================================
--- DART/branches/rma_wrfHydro/models/wrf_hydro/noah_hydro_mod.f90 2018-09-27 20:55:15 UTC (rev 12861)
+++ DART/branches/rma_wrfHydro/models/wrf_hydro/noah_hydro_mod.f90 2018-09-27 23:01:32 UTC (rev 12862)
@@ -524,7 +524,7 @@
deallocate(hlongFlip, hlatFlip)
!get the channelgrid
-! i'm doing this exactly to match how it's done in the wrfHydro code
+! i'm doing this exactly to match how it's done in the wrf_hydro code
! (line 1044 of /home/jamesmcc/WRF_Hydro/ndhms_wrf_hydro/trunk/NDHMS/Routing/module_HYDRO_io.F)
! so that the output set of indices correspond to the grid in the Fulldom file
! and therefore these can be used to grab other channel attributes in that file.
@@ -617,7 +617,7 @@
!===============================================================================
!> Painful amount of code for getting the channel lat/lon/ele which matches
-!> the wrfHydro state variable
+!> the wrf_hydro state variable
subroutine getChannelGridCoords(filename, iunit, numdims, ncstart, nccount)
@@ -675,7 +675,7 @@
ixrt = n_hlong
jxrt = n_hlat
-! wrfHydro flips the y dimension of the variables from the Fulldom file
+! wrf_hydro flips the y dimension of the variables from the Fulldom file
do i=1,ixrt !>@TJH reverse order of operations here?
do j=1,jxrt
channelGrid(i,j) = channelGrid_in(i,jxrt-j+1)
@@ -689,7 +689,7 @@
! subset to the 1D channel network as presented in the hydro restart file.
n_link = sum(channelGrid_in*0+1, mask = channelGrid <= 0)
-! allocate the necessary wrfHydro variables with module scope
+! allocate the necessary wrf_hydro variables with module scope
allocate(channelIndsX(n_link), channelIndsY(n_link))
allocate( linkLong(n_link), linkLat(n_link))
@@ -1236,7 +1236,7 @@
!-----------------------------------------------------------------------
-!> Routine 'specific' to what I think is being used in the wrfhydro full model run
+!> Routine 'specific' to what I think is being used in the wrf_hydro full model run
!> would be nice to know a version or something
subroutine read_noah_namelist(setup_filename)
Index: DART/branches/rma_wrfHydro/models/wrf_hydro/python/noise_qBucket_additive.py
===================================================================
--- DART/branches/rma_wrfHydro/models/wrf_hydro/python/noise_qBucket_additive.py 2018-09-27 20:55:15 UTC (rev 12861)
+++ DART/branches/rma_wrfHydro/models/wrf_hydro/python/noise_qBucket_additive.py 2018-09-27 23:01:32 UTC (rev 12862)
Property changes on: DART/branches/rma_wrfHydro/models/wrf_hydro/python/noise_qBucket_additive.py
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: DART/branches/rma_wrfHydro/models/wrf_hydro/python/noise_qSfcLatRunoff_additive.py
===================================================================
--- DART/branches/rma_wrfHydro/models/wrf_hydro/python/noise_qSfcLatRunoff_additive.py 2018-09-27 20:55:15 UTC (rev 12861)
+++ DART/branches/rma_wrfHydro/models/wrf_hydro/python/noise_qSfcLatRunoff_additive.py 2018-09-27 23:01:32 UTC (rev 12862)
Property changes on: DART/branches/rma_wrfHydro/models/wrf_hydro/python/noise_qSfcLatRunoff_additive.py
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: DART/branches/rma_wrfHydro/models/wrf_hydro/python/perturb_channel_only_forcing.py
===================================================================
--- DART/branches/rma_wrfHydro/models/wrf_hydro/python/perturb_channel_only_forcing.py 2018-09-27 20:55:15 UTC (rev 12861)
+++ DART/branches/rma_wrfHydro/models/wrf_hydro/python/perturb_channel_only_forcing.py 2018-09-27 23:01:32 UTC (rev 12862)
Property changes on: DART/branches/rma_wrfHydro/models/wrf_hydro/python/perturb_channel_only_forcing.py
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: DART/branches/rma_wrfHydro/models/wrf_hydro/shell_scripts/advance_ensemble.py
===================================================================
--- DART/branches/rma_wrfHydro/models/wrf_hydro/shell_scripts/advance_ensemble.py 2018-09-27 20:55:15 UTC (rev 12861)
+++ DART/branches/rma_wrfHydro/models/wrf_hydro/shell_scripts/advance_ensemble.py 2018-09-27 23:01:32 UTC (rev 12862)
More information about the Dart-dev
mailing list