Changeset 4183


Ignore:
Timestamp:
12/11/18 22:20:34 (5 years ago)
Author:
oboucher
Message:

Correction on MR zalt files

Location:
TOOLS/CMIP6_FORCING/AER_STRAT
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/CMIP6_FORCING/AER_STRAT/README

    r4036 r4183  
    2828that vary monthly and with latitude (based on GEOP variable Z=GEOP/RG/1000 [in km]).  
    2929Start from a file geop.nc with monthly GEOP variable 
    30 cdo divc,9810. geop_LR.nc geop_LR_l79.nc 
    31 cdo zonmean geop_LR_l79.nc geop_zonmean_LR_l79.nc 
    32 ferret'ize file to make it readable by ferret 
     30cdo divc,9810. geop_LR.nc zalt_LR_l79.nc 
     31cdo zonmean zalt_LR_l79.nc zalt_zonmean_LR_l79.nc 
     32ferret'ize file to make it readable by ferret : zalt_zonmean_LR_l79_rev.nc  
    3333We have files for LR, MR, HR model versions. 
     34The variable is called GEOP but is now the altitude in km as required by the interpolation scheme. 
    3435 
    3536The data are fed on ciclad (currently in /data/$USER/CMIP6/VOLC/) 
     
    5758Revised 15/04/2018 
    5859Revised 18/09/2018 
     60Revised 11/12/2018 
  • TOOLS/CMIP6_FORCING/AER_STRAT/volc.sh

    r4030 r4183  
    1717if [ ! -d ${dirout} ] ; then mkdir -p ${dirout} ; fi 
    1818 
    19 cat > process_volc.pro << EOF 
     19cat > process_volc_${lmdz}.pro << EOF 
    2020pro regrid 
    2121;--version sans longitude 
     
    541541EOF 
    542542 
    543 cat > volc.job << EOF2 
    544 #PBS -N process_volc 
     543cat > volc_${lmdz}.job << EOF2 
     544#PBS -N process_volc_${lmdz} 
    545545#PBS -S /bin/bash 
    546546#PBS -q week # there exist: short, day, days3, week... 
     
    554554idl << eof 
    555555.r netcdf  
    556 .r process_volc 
     556.r process_volc_${lmdz} 
    557557regrid 
    558558eof 
    559559EOF2 
    560560 
    561 qsub volc.job 
     561qsub volc_${lmdz}.job 
Note: See TracChangeset for help on using the changeset viewer.