[Dart-dev] DART/branches Revision: 11815
dart at ucar.edu
dart at ucar.edu
Mon Jul 17 11:39:49 MDT 2017
thoar at ucar.edu
2017-07-17 11:39:49 -0600 (Mon, 17 Jul 2017)
209
Minor fixes to reference the namelist variables, not what the
variables are set to. fix for html formatting in perfect_model_obs.html
forced_barot (which we cannot compile) was referencing an ancient
module.
Modified: DART/branches/rma_trunk/assimilation_code/modules/assimilation/filter_mod.dopplerfold.f90
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/assimilation/filter_mod.dopplerfold.f90 2017-07-17 17:10:57 UTC (rev 11814)
+++ DART/branches/rma_trunk/assimilation_code/modules/assimilation/filter_mod.dopplerfold.f90 2017-07-17 17:39:49 UTC (rev 11815)
@@ -2209,9 +2209,9 @@
!------------------------------------------------------------------
!> Set file name information. For members restarts can be read from
-!> a restart_file_list.txt or constructed using a stage name and
+!> an input_state_file_list or constructed using a stage name and
!> num_ens. The file_info handle knows whether or not there is an
-!> associated restart_file_list.txt. If no list is provided member
+!> associated input_state_file_list. If no list is provided member
!> filenames are written as :
!> stage_member_####.nc (ex. preassim_member_0001.nc)
!> extra copies are stored as :
Modified: DART/branches/rma_trunk/assimilation_code/modules/assimilation/filter_mod.f90
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/assimilation/filter_mod.f90 2017-07-17 17:10:57 UTC (rev 11814)
+++ DART/branches/rma_trunk/assimilation_code/modules/assimilation/filter_mod.f90 2017-07-17 17:39:49 UTC (rev 11815)
@@ -2195,9 +2195,9 @@
!------------------------------------------------------------------
!> Set file name information. For members restarts can be read from
-!> a restart_file_list.txt or constructed using a stage name and
+!> an input_state_file_list or constructed using a stage name and
!> num_ens. The file_info handle knows whether or not there is an
-!> associated restart_file_list.txt. If no list is provided member
+!> associated input_state_file_list. If no list is provided member
!> filenames are written as :
!> stage_member_####.nc (ex. preassim_member_0001.nc)
!> extra copies are stored as :
Modified: DART/branches/rma_trunk/assimilation_code/programs/perfect_model_obs/perfect_model_obs.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/perfect_model_obs/perfect_model_obs.html 2017-07-17 17:10:57 UTC (rev 11814)
+++ DART/branches/rma_trunk/assimilation_code/programs/perfect_model_obs/perfect_model_obs.html 2017-07-17 17:39:49 UTC (rev 11815)
@@ -133,8 +133,8 @@
<TD>If false, state is not written out.
</TD></TR>
-<TR><TD>single_file_out<TD>
- <TD>logical<TD>
+<TR><TD>single_file_out</TD>
+ <TD>logical</TD>
<TD>Write all states to a single file.
</TD></TR>
Modified: DART/branches/rma_trunk/documentation/index.html
===================================================================
--- DART/branches/rma_trunk/documentation/index.html 2017-07-17 17:10:57 UTC (rev 11814)
+++ DART/branches/rma_trunk/documentation/index.html 2017-07-17 17:39:49 UTC (rev 11815)
@@ -384,8 +384,8 @@
<P>
Currently Manhattan has support for many of our larger models
such as WRF, POP, CAM, CICE, CLM, ROMS, MPAS_ATM, ... and
-all lower models such as lorenz_96. Models previously avilable
-on Lanai can still be found with dart <A HREF="https://svn-dares-dart.cgd.ucar.edu/DART/releases/classic/">classic</A>.
+all lower models such as lorenz_96. Models previously available
+on Lanai can still be used with DART <A HREF="https://svn-dares-dart.cgd.ucar.edu/DART/releases/classic/">classic</A>.
</P>
<UL style="list-style: none;">
Modified: DART/branches/rma_trunk/models/POP/shell_scripts/assimilate.csh
===================================================================
--- DART/branches/rma_trunk/models/POP/shell_scripts/assimilate.csh 2017-07-17 17:10:57 UTC (rev 11814)
+++ DART/branches/rma_trunk/models/POP/shell_scripts/assimilate.csh 2017-07-17 17:39:49 UTC (rev 11815)
@@ -302,8 +302,8 @@
# DART namelist settings required:
# &filter_nml: async = 0,
# &filter_nml: adv_ens_command = "no_CESM_advance_script",
-# &filter_nml: input_restart_file_list = "restarts_in.txt"
-# &filter_nml: output_restart_file_list = "restarts_out.txt"
+# &filter_nml: input_state_file_list = "restarts_in.txt"
+# &filter_nml: output_state_file_list = "restarts_out.txt"
# &filter_nml: stages_to_write = 'preassim', 'output'
# &filter_nml: output_restarts = .true.
# &filter_nml: output_mean = .true.
Modified: DART/branches/rma_trunk/models/cam-old/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/cam-old/work/input.nml 2017-07-17 17:10:57 UTC (rev 11814)
+++ DART/branches/rma_trunk/models/cam-old/work/input.nml 2017-07-17 17:39:49 UTC (rev 11815)
@@ -9,7 +9,7 @@
!
! PLEASE READ
!
-! https://proxy.subversion.ucar.edu/DAReS/DART/trunk/models/cam/model_mod.html
+! https://svn-dares-dart.cgd.ucar.edu/DART/trunk/models/cam/model_mod.html
!
! for recommendations on namlist settings for CAM. It has examples on configurations
! for taking a single state and creating an ensemble, differences between using
Modified: DART/branches/rma_trunk/models/cice/shell_scripts/assimilate1_5.csh
===================================================================
--- DART/branches/rma_trunk/models/cice/shell_scripts/assimilate1_5.csh 2017-07-17 17:10:57 UTC (rev 11814)
+++ DART/branches/rma_trunk/models/cice/shell_scripts/assimilate1_5.csh 2017-07-17 17:39:49 UTC (rev 11815)
@@ -430,10 +430,10 @@
More information about the Dart-dev
mailing list