[Dart-dev] DART/branches Revision: 11155
dart at ucar.edu
dart at ucar.edu
Mon Feb 27 09:11:08 MST 2017
mizzi at ucar.edu
2017-02-27 09:11:07 -0700 (Mon, 27 Feb 2017)
33
Update WRF-Chem/DART repository
Modified: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/real_time_FRAPPE_CPSR.ksh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/real_time_FRAPPE_CPSR.ksh 2017-02-27 15:53:20 UTC (rev 11154)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/real_time_FRAPPE_CPSR.ksh 2017-02-27 16:11:07 UTC (rev 11155)
@@ -3928,7 +3928,7 @@
## When using AOD and emissions inversion preprocess is not working
## so copy the input obs_seq file to the output obs_seq file
#
-# bsub -K < job.ksh
+ bsub -K < job.ksh
#
# SAVE OUTPUT
## mv obs_seq.new obs_seq_comb_filtered_${DATE}.out
Added: DART/branches/mizzi/observations/IASI_CO/native_to_ascii/da_create_dart_iasi_input_nml.ksh
===================================================================
--- DART/branches/mizzi/observations/IASI_CO/native_to_ascii/da_create_dart_iasi_input_nml.ksh (rev 0)
+++ DART/branches/mizzi/observations/IASI_CO/native_to_ascii/da_create_dart_iasi_input_nml.ksh 2017-02-27 16:11:07 UTC (rev 11155)
@@ -0,0 +1,56 @@
+#!/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 input.nml
+touch input.nml
+cat > input.nml << EOF
+&create_iasi_obs_nml
+ year = ${NL_YEAR}
+ month = ${NL_MONTH}
+ day = ${NL_DAY}
+ hour = ${NL_HOUR}
+ bin_beg = ${NL_BIN_BEG}
+ bin_end = ${NL_BIN_END}
+ filedir = ${NL_FILEDIR}
+ filename = ${NL_FILENAME}
+ IASI_CO_retrieval_type = ${NL_IASI_CO_RETRIEVAL_TYPE}
+/
+&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/observations/IASI_CO/native_to_ascii/da_create_dart_iasi_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/observations/IASI_CO/native_to_ascii/iasi_extract_no_transform_UA.pro
===================================================================
--- DART/branches/mizzi/observations/IASI_CO/native_to_ascii/iasi_extract_no_transform_UA.pro (rev 0)
+++ DART/branches/mizzi/observations/IASI_CO/native_to_ascii/iasi_extract_no_transform_UA.pro 2017-02-27 16:11:07 UTC (rev 11155)
@@ -0,0 +1,464 @@
+;=======================================================================
More information about the Dart-dev
mailing list