Ignore:
Timestamp:
12/15/10 17:15:45 (14 years ago)
Author:
lfairhead
Message:

Modifications needed to take advantage of the split in physiq.def in LMDZ.
The old physiq.def is split in 2: a shorter physiq.def that only includes
parameters and constants needed by the parametrizations and a config.def that
includes information related to the configuration one wishes to run (e.g. orbital
parameters, gaz constants, aerosols, etc...). The output.def is also taken into account

Warning: work in progress. Probably still needs some testing. Tested on brodie for the moment

Location:
CONFIG/IPSLCM/IPSLCM5B/piControl
Files:
4 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5B/piControl/COMP/lmdz.card

    r1183 r1220  
    33 
    44[UserChoices] 
     5# Physics package to use 
     6LMDZ_Physics=AP 
    57ByPass_hgardfou_teta=n 
    68ByPass_hgardfou_mats=n 
     
    5052 
    5153[ParametersFiles] 
    52 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 
     54List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 
     55+       (${SUBMIT_DIR}/PARAM/config.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, config.def), \ 
    5356        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \ 
    5457        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
  • CONFIG/IPSLCM/IPSLCM5B/piControl/COMP/lmdz.driver

    r1172 r1220  
    5656        esac 
    5757    done 
     58 
     59    ## Read LMDZPhysics option in lmdz.card  
     60    IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices LMDZ_Physics 
     61    LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 
    5862 
    5963    ## Read LMDZ_NbPeriod_adjust option in lmdz.card  
  • CONFIG/IPSLCM/IPSLCM5B/piControl/PARAM/run.def

    r907 r1220  
    22# 
    33INCLUDEDEF=physiq.def 
     4INCLUDEDEF=config.def 
    45INCLUDEDEF=gcm.def 
    56INCLUDEDEF=orchidee.def 
     7INCLUDEDEF=output.def 
    68## Type de calendrier utilise 
    79## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
  • CONFIG/IPSLCM/IPSLCM5B/piControl/config.card

    r1049 r1220  
    1313ExperimentName=piControl 
    1414#----- DEVT TEST PROD 
    15 SpaceName=DEVT 
    16 LongName="IPSLCM5A CMIP5 DEVT phase piControl example with large outputs" 
    17 TagName=IPSLCM5A 
     15SpaceName=PROD 
     16LongName="IPSLCM5B CMIP5 DEVT phase piControl example with large outputs" 
     17TagName=IPSLCM5B 
    1818#============================ 
    1919#-- leap, noleap, 360d 
Note: See TracChangeset for help on using the changeset viewer.