[Dart-dev] DART/branches Revision: 13170

dart at ucar.edu dart at ucar.edu
Thu May 9 10:02:00 MDT 2019


mizzi at ucar.edu
2019-05-09 10:02:00 -0600 (Thu, 09 May 2019)
69
Update the WRF-Chem/DART input and output data access instructions.




Modified: DART/branches/mizzi/README_WRF-Chem_DART_BUILD_RUN_INSTRUCTIONS
===================================================================
--- DART/branches/mizzi/README_WRF-Chem_DART_BUILD_RUN_INSTRUCTIONS	2019-05-09 14:40:33 UTC (rev 13169)
+++ DART/branches/mizzi/README_WRF-Chem_DART_BUILD_RUN_INSTRUCTIONS	2019-05-09 16:02:00 UTC (rev 13170)
@@ -44,6 +44,27 @@
 contributions have been made by the: York University, University of California at 
 Berkeley, Nanjing University, University of Colorado, and University of Arizona.
 
+TEST CASE DATA:
+
+The test case data for WRF-Chem/DART can be retrieved using the Globus data service. 
+If you do not have Globus, you can go here to sign up: https://www.globusid.org.  Once
+you are logged into Globus, the files you want are here:
+
+Host Endpoint: NCAR Data Sharing Service
+Host Path:     /glade/datashare/nancy/WRF_CHEM_DART_DATA_FILES
+
+There are two files in this directory.  The input files are in PANDA_REAL_TIME_DATA.tgz, 
+and the output files are in real_PANDA_RETR_VARLOC_RELEASE_TST.tgz.  These files should 
+be readable by anyone, but be forewarned, they are very large.  The input files 67 GB, and
+the output files are 99 GB (tarred and compressed). 
+
+The test case domain is eastern Asia.  It runs the Initial Cycle on 18 UTC July 24, 2014 
+and the First Assimilation Cycle on 00 UTC July, 25, 2014.  It assimilates conventional 
+meteorological observations and MOPITT CO retrieval profiles as raw retrievals.  The script
+for running the test case is described in Step 7 of the BUILD INSTRUCTIONS.  For questions 
+about accessing the data, please contact dart at ucar,edu.  For questions about the data, please 
+contact me at mizzi at ucar.edu.   
+
 BUILD INSTRUCTIONS:
 
 1. In this discussion "../" will refers to your DART home directory.

Modified: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CLEAN/clean_FRAPPE_final.ksh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CLEAN/clean_FRAPPE_final.ksh	2019-05-09 14:40:33 UTC (rev 13169)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CLEAN/clean_FRAPPE_final.ksh	2019-05-09 16:02:00 UTC (rev 13170)
@@ -10,8 +10,8 @@
 #
 export SOURCE_PATH=/scratch/summit/mizzi${EXP}
 #
-export DATE_STR=2014071400
-export DATE_END=2014071400
+export DATE_STR=2014071406
+export DATE_END=2014071406
 
 export CYCLE_PERIOD=6
 #

Modified: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/FINAL_TEST_SCRIPTS/real_time_FRAPPE_CPSR_MOP_CO_CU.ksh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/FINAL_TEST_SCRIPTS/real_time_FRAPPE_CPSR_MOP_CO_CU.ksh	2019-05-09 14:40:33 UTC (rev 13169)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/FINAL_TEST_SCRIPTS/real_time_FRAPPE_CPSR_MOP_CO_CU.ksh	2019-05-09 16:02:00 UTC (rev 13170)
@@ -10,10 +10,10 @@
 export FIRST_EMISS_INV_DATE=2014071406
 #
 # START CYCLE DATE-TIME:
-export CYCLE_STR_DATE=2014071412
+export CYCLE_STR_DATE=2014071418
 #
 # END CYCLE DATE-TIME:
-export CYCLE_END_DATE=2014071412
+export CYCLE_END_DATE=2014071418
 #export CYCLE_END_DATE=${CYCLE_STR_DATE}
 #
 export CYCLE_DATE=${CYCLE_STR_DATE}

Modified: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/FINAL_TEST_SCRIPTS/real_time_FRAPPE_RETR_MOP_CO_CU.ksh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/FINAL_TEST_SCRIPTS/real_time_FRAPPE_RETR_MOP_CO_CU.ksh	2019-05-09 14:40:33 UTC (rev 13169)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/FINAL_TEST_SCRIPTS/real_time_FRAPPE_RETR_MOP_CO_CU.ksh	2019-05-09 16:02:00 UTC (rev 13170)
@@ -10,10 +10,10 @@
 export FIRST_EMISS_INV_DATE=2014071406
 #
 # START CYCLE DATE-TIME:
-export CYCLE_STR_DATE=2014071412
+export CYCLE_STR_DATE=2014071418
 #
 # END CYCLE DATE-TIME:
-export CYCLE_END_DATE=2014071412
+export CYCLE_END_DATE=2014071418
 #export CYCLE_END_DATE=${CYCLE_STR_DATE}
 #
 export CYCLE_DATE=${CYCLE_STR_DATE}


More information about the Dart-dev mailing list