Contacts: Adrianne Middleton, Nan Rosenbloom
The CCR diagnostics create an updated version of the AMWG timerseries diagnostics e.g., plots. They are created by a series of rather complicated steps.
All environmental variables below can be set by going to the directory where you run your case from ($CASEROOT) and executing Tools/ccsm_getenv
edit $CASEROOT/$CASE.l_archive
script to add lines in Option 1 box below.
edit cam.buildnml.csh to include the following output fields. You may add your own as well.
fincl1 = 'cb_ozone_c', 'cb_sulf_c', 'MSKtem', 'VTH2d', 'UV2d', 'UW2d', 'U2d', 'V2d', 'TH2d', 'W2d', 'UTGWORO'
fincl2 = 'TREFHTMN','TREFHTMX','TREFHT','QREFHT','PRECC','PRECL','PSL'`
If you did step 1, the timeseries files will be created and updated every time you run the archiver. If you did not do step 1, then
% cd $CASEROOT
% ~adrianne/diag4/sdiag $CASE
This will create timeseries plots in $DIAGDIR/monthly
, where $DIAGDIR
is defined below
Site | Machine | $DIAGDIR |
NCAR | bluefire | /gpfs/proj2/dasg018/adrianne/diagnostics/$CASE |
ORNL | jaguarpf | $CASEROOT/diag |
NERSC | franklin | $CASEROOT/diag |
NERSC | hopper | $CASEROOT/diag |
sdiag can take a very long time to run, especially if you have more than 100 years of data. You can improve speed significantly by downloading all $CASE.cam2.h0.* files to $DIAGDIR/hist
before launching sdiag.
On copper, create a new data directory for your case
% mkdir /datalocal/ccpa/adrianne/diag/$CASE /datalocal/ccpa/adrianne/diag/$CASE/timeseries /datalocal/ccpa/adrianne/diag/$CASE/plot
% cd $DIAGDIR/$CASE/monthly
% tar -cvf $CASE.diag.tar $CASE
% scp $CASE.diag.tar copper.cgd.ucar.edu:/datalocal/ccpa/adrianne/diag/$CASE/timeseries
NB: These files are not backed up. I highly recommend that you copy all files in $DIAGDIR/annual and $CASE.diag.tar to $CASE/diag on the hpss.
setenv CASE to your case name
% cd /datalocal/ccpa/adrianne/diag/$CASE/timeseries
% tar -xvf $CASE.diag.tar
The scripts are labeled by case name, so if there is a case similar to the case you have run, copy that script. DO NOT modify any scripts already there, unless you created them. In the example below, I have used b40.lm850-1850.1deg.001 as our initial comparison script.
% cd /datalocal/ccpa/adrianne/diag/scripts
% cp b40.lm850-1850.1deg.001.csh $CASE.csh
% $CASE.csh
NOTE:png files should write to $webdir, which is defined in $CASE.csh. When updating an existing case, the files will automatically overwrite the existing png files. However, if you have placed them into a subdirectory, you need to point to the new directory, either in the script, or by moving them manually after running. (e.g., amwg/$CASE/CCR/*.png)
% cd $webdir
% cp b40.lm850-1850.1deg.001_series.html $CASE.html
edit $CASE.html for your case.
Option 1: Archive script should have these lines in it. Data will automatically be extracted as the archiver is working. #----------------------------------------------------------------------- cd /fs/cgd/csm/runs/ccsm4_0/b40.lm850-1850.1deg.001 source ./Tools/ccsm_getenv || exit -1 # copy files to diagnostic directories cd $DOUT_S_ROOT/atm/hist #---------------------------------------------- $CASETOOLS/ccsm_l_archive.csh cd ~adrianne/diag4 |
Option 2: Run offline for previously completed experiments (Bluefire)
|