Ignore:
Timestamp:
Nov 14, 2020, 3:55:34 PM (5 years ago)
Author:
htune
Message:

Diagnostics
Fredho

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/models/LMDZ/serie_LMDZ.sh

    r242 r257  
    2222LMAX=79
    2323phys=NPv6.1
    24 LMDZdir=/home/hourdin/R241/HighTune/../LMDZtrunk
     24LMDZdir=/home/hourdin/R254/HighTune/../LMDZtrunk
    2525EXPE=$local/WAVE$WAVEN
    2626CTRL=$local/CTRL
     
    195195   # -- calendar issues --------------------------------------------------------
    196196   ncatted -a calendar,time,o,c,"standard" -O $name.nc
    197    if [ "$cas" =  "IHOP" ] ; then
     197   if [ "$cas" =  "IHOP/REF" ] ; then
    198198      ncatted -a units,time,o,c,"seconds since 2002-06-14 05:59:59" \
    199199      -a time_origin,time,o,c," 2002-JUN-14 05:59:59" -O $name.nc ; fi
    200    if [ "$cas" = "RICO" ] ; then
     200   if [ "$cas" = "RICO/REF" ] ; then
    201201      ncatted -a units,time,o,c,"seconds since 2004-12-27 00:00:00" \
    202202      -a time_origin,time,o,c," 2004-DEC-27 00:00:00" -O $name.nc ; fi
Note: See TracChangeset for help on using the changeset viewer.