[Dart-dev] DART/branches Revision: 11562

dart at ucar.edu dart at ucar.edu
Mon May 1 11:02:57 MDT 2017


mizzi at ucar.edu
2017-05-01 11:02:57 -0600 (Mon, 01 May 2017)
59
Add some files that were left out of the previous commit.




Added: DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_panda_input_nml.ksh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_panda_input_nml.ksh	                        (rev 0)
+++ DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_panda_input_nml.ksh	2017-05-01 17:02:57 UTC (rev 11562)
@@ -0,0 +1,74 @@
+#!/bin/ksh -x
+#########################################################################
+#
+# Purpose: Script to create DART/WRF input.nmlfor Ave's 
+# iasi_ascii_to_obs_seq fortran format conversion 
+#
+#########################################################################
+#
+# CREATE DART/WRF NAMELIST FILE
+rm -f create_panda_obs_nml.nl
+touch create_panda_obs_nml.nl
+cat > create_panda_obs_nml.nl << EOF
+&create_panda_obs_nml
+   year0=${NL_YEAR}
+   month0=${NL_MONTH}
+   day0=${NL_DAY}                                                                                    
+   hour0=${NL_HOUR}
+   beg_year=${ASIM_MIN_YYYY}
+   beg_mon=${ASIM_MIN_MM}
+   beg_day=${ASIM_MIN_DD}
+   beg_hour=${ASIM_MIN_HH}
+   beg_min=${ASIM_MIN_MN}
+   beg_sec=${ASIM_MIN_SS}
+   end_year=${ASIM_MAX_YYYY}
+   end_mon=${ASIM_MAX_MM}
+   end_day=${ASIM_MAX_DD}
+   end_hour=${ASIM_MAX_HH}
+   end_min=${ASIM_MAX_MN}
+   end_sec=${ASIM_MAX_SS}
+   file_in_coord=${NL_FILENAME_COORD}
+   file_in_data=${NL_FILENAME_DATA}
+   lat_mn=${NL_LAT_MN}
+   lat_mx=${NL_LAT_MX}
+   lon_mn=${NL_LON_MN}
+   lon_mx=${NL_LON_MX}
+/
+EOF
+#
+rm -f input.nml
+touch input.nml
+cat > input.nml << EOF
+&obs_sequence_nml
+   write_binary_obs_sequence   = .false.
+/
+&obs_kind_nml
+/
+&assim_model_nml
+   write_binary_restart_files  =.true.
+/
+&model_nml
+/
+&location_nml
+/
+&utilities_nml
+   TERMLEVEL                   = 1,
+   logfilename                 = 'dart_log.out',
+/
+&preprocess_nml
+   input_obs_kind_mod_file     = '../../obs_kind/DEFAULT_obs_kind_mod.F90',
+   output_obs_kind_mod_file    = '../../obs_kind/obs_kind_mod.f90',
+   input_obs_def_mod_file      = '../../obs_def/DEFAULT_obs_def_mod.F90',
+   output_obs_def_mod_file     = '../../obs_def/obs_def_mod.f90',
+   input_files                 = '../../obs_def/obs_def_reanalysis_bufr_mod.f90',
+                                 '../../obs_def/obs_def_gps_mod.f90',
+                                 '../../obs_def/obs_def_eval_mod.f90'
+/
+&merge_obs_seq_nml
+   num_input_files             = 2,
+   filename_seq                = 'obs_seq2008022206',obs_seq2008022212',
+   filename_out                = 'obs_seq_ncep_2008022212'
+/
+EOF
+
+


Property changes on: DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_panda_input_nml.ksh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Rev Author HeadURL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: DART/branches/mizzi/models/wrf_chem/namelist_scripts/DART/dart_create_obs_def_IASI_CO_nml.ksh
===================================================================


More information about the Dart-dev mailing list