Ignore:
Timestamp:
08/22/11 17:53:17 (13 years ago)
Author:
jgipsl
Message:

Modifications in working configuration :

Added option LMDZ_COSP_daily1979=y to be set in lmdz.card for CMIP5
historical runs. This option activates COSP daily output for years 1979
and later (if LMDZ_COSP_OK=y).

All *.driver are now the same in the 5 experiences EXP00, historical,
Chistorical, piControl and CpiControl?. The behavior of each experience
has not been changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.driver

    r1537 r1538  
    5353        esac 
    5454        case ${frequency} in 
    55             HF|hf)  
    56                 ok_hf=y 
    57                 OK_instan=y 
    58                 ;; 
     55            HF|hf) ok_hf=y ;; 
    5956        esac 
    6057    done 
     
    248245    # end CARBON_CYCLE 
    249246 
    250     ##-- For historical daily cosp must be output during 1979-2005 period 
    251     [ ${year} -ge 1979 ] && LMDZ_COSP_daily=y 
     247    ##-- Set LMDZ_COSP_daily1979=y in section UserChoices in lmdz.card to activate  
     248    ##   COSP daily output for years 1979 and later (mandatory for historical CMIP5 run). 
     249    if ([ X"${lmdz_UserChoices_LMDZ_COSP_daily1979}" = X"y" ] &&  [ ${year} -ge 1979 ]) ; then 
     250        LMDZ_COSP_daily=y 
     251    fi 
     252 
    252253 
    253254    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
Note: See TracChangeset for help on using the changeset viewer.