[Dart-dev] DART/branches Revision: 11376

dart at ucar.edu dart at ucar.edu
Tue Mar 21 06:32:41 MDT 2017


mizzi at ucar.edu
2017-03-21 06:32:40 -0600 (Tue, 21 Mar 2017)
44
Add a new run script and debug notes file.




Added: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/APM_NOTES
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/APM_NOTES	                        (rev 0)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/APM_NOTES	2017-03-21 12:32:40 UTC (rev 11376)
@@ -0,0 +1,16 @@
+March 20, 2017;
+
+The following has ADD_EMISS=false and VARLOC=true
+
+Re-run FRAPPE initial for test at 2014072518.  Question is whether wrfchem runs beyond zero hour-forecast.  Problem in preprocess_obs with the TAUAER fields not being in the wrfinput file.  TAUAER fields are said to be in DART state vector but are not in the wrfinput file.  Try a fix in real (does not work).Try removing from state vector for this cycle (remove TAUAER and PM fields).  Problem solved by runningpreprocess with default_state_variables=true.  This run worked. 
+
+PANDA_RETR intitial at 2014072418 worked.  But for the first cycle at 2014072500 wrfchen fails.  
+
+Re-run KORUS_RETR initial at 2016052500 to see if it works.  Problem in wrfchem_initial with the job queue - cannot be exclusive when submitted to geyser (fixed and resubmtted). 
+
+Re-run 2008CASE initial at 2008060106 to see if it works.  This run worked.
+
+March 21, 2017:
+The problem with the initial forecast seems to be solved.  The next set of tests is for the first assimilation cycle.
+
+NEED TO STANDARDIZE THE input.nml CREATIONS.
\ No newline at end of file

Added: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/real_time_2008CASE_CPSR.ksh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/real_time_2008CASE_CPSR.ksh	                        (rev 0)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/real_time_2008CASE_CPSR.ksh	2017-03-21 12:32:40 UTC (rev 11376)
@@ -0,0 +1,5079 @@
+#!/bin/ksh -aeux
+#########################################################################nnn
+# Purpose: Set global environment variables for real_time_wrf_chem
+#
+# NOTE: To generate the chemistry perturbations check NL_SW_GENERATE comments
+# To use the same purturbastions from one cycle to the next one must copy
+# the pert_file_emiss and pert_file_icbc file to the run directory
+#
+#########################################################################
+#
+# CYCLE DATE-TIME:
+export CYCLE_STR_DATE=2008060106
+export CYCLE_STR_DATE=2008060112
+export CYCLE_END_DATE=${CYCLE_STR_DATE}
+export CYCLE_END_DATE=2008060112
+export CYCLE_DATE=${CYCLE_STR_DATE}
+export RETRIEVAL_TYPE=RETR
+export ADD_EMISS=.false.
+export VARLOC=.true.
+export INDEP_CHEM_ASIM=.false.
+#
+# Run fine scale forecast only
+export RUN_FINE_SCALE=false
+#
+# Restart fine scale forecast only
+export RUN_FINE_SCALE_RESTART=false
+export RESTART_DATE=2014072312
+#
+if [[ ${RUN_FINE_SCALE_RESTART} = "true" ]]; then
+   export RUN_FINE_SCALE=true
+fi
+#
+# Run WRF-Chem for failed forecasts
+export RUN_SPECIAL_FORECAST=false
+export NUM_SPECIAL_FORECAST=1
+export SPECIAL_FORECAST_FAC=1.
+export SPECIAL_FORECAST_FAC=2./3.
+export SPECIAL_FORECAST_MEM[1]=18
+export SPECIAL_FORECAST_MEM[2]=23
+export SPECIAL_FORECAST_MEM[3]=3
+export SPECIAL_FORECAST_MEM[4]=4
+export SPECIAL_FORECAST_MEM[5]=5
+export SPECIAL_FORECAST_MEM[6]=6
+export SPECIAL_FORECAST_MEM[7]=7
+export SPECIAL_FORECAST_MEM[8]=8
+export SPECIAL_FORECAST_MEM[9]=9
+export SPECIAL_FORECAST_MEM[10]=10
+export SPECIAL_FORECAST_MEM[11]=11
+export SPECIAL_FORECAST_MEM[12]=12
+export SPECIAL_FORECAST_MEM[13]=13
+export SPECIAL_FORECAST_MEM[14]=14
+export SPECIAL_FORECAST_MEM[15]=15
+export SPECIAL_FORECAST_MEM[16]=16
+export SPECIAL_FORECAST_MEM[17]=17
+export SPECIAL_FORECAST_MEM[18]=18
+export SPECIAL_FORECAST_MEM[19]=19
+export SPECIAL_FORECAST_MEM[20]=20
+export SPECIAL_FORECAST_MEM[21]=21
+export SPECIAL_FORECAST_MEM[22]=22
+export SPECIAL_FORECAST_MEM[23]=23
+export SPECIAL_FORECAST_MEM[24]=24
+export SPECIAL_FORECAST_MEM[25]=25
+export SPECIAL_FORECAST_MEM[26]=26
+export SPECIAL_FORECAST_MEM[27]=27
+export SPECIAL_FORECAST_MEM[28]=28
+export SPECIAL_FORECAST_MEM[29]=29
+export SPECIAL_FORECAST_MEM[30]=30
+#
+# Run temporal interpolation for missing background files
+export RUN_INTERPOLATE=false
+#
+# for 2014072212 and 2014072218
+#export BACK_DATE=2014072206


More information about the Dart-dev mailing list