Ignore:
Timestamp:
03/23/20 12:42:22 (4 years ago)
Author:
cetlod
Message:

NEMOv6.5 : update config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6.5/EXPERIMENTS/ORCA2_ICE_PISCES/jra/ia/config.card

    r4912 r5025  
    1111#============================ 
    1212#-- (<8 chars MAX for JobName) 
    13 JobName=OR2L3P-IA-JRA-v402-v1 
     13JobName=OR2L3P-IA-JRA-v402-01 
    1414#----- Short Name of Experiment 
    15 ExperimentName=ORCA2ia 
     15ExperimentName=iann 
    1616#----- DEVT TEST PROD 
    1717SpaceName=DEVT 
    18 LongName="ORCA2_ICE_PISCES NEMO configuration" 
    19 TagName=ORCA2_ICE_PISCES 
     18LongName="ORCA1_SI3_PISCES NEMO configuration" 
     19TagName=NEMO 
    2020#D- Choice of experiment in EXPERIEMENTS directory 
    2121ExpType=ORCA2_ICE_PISCES/jra/ia 
     
    2323#-- leap, noleap, 360d 
    2424CalendarType=noleap 
     25#============================ 
    2526#-- Begin and end of Job 
    2627#-- "YYYY-MM-DD" 
     
    3132PeriodLength=1Y 
    3233#============================ 
    33 # config.card configuration options : 
    34 #R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC 
    35 #R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC 
     34#-- Source following file with module settings, only if it exists 
     35EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     36#============================ 
     37#-- ResolAtm indicates the atmospheric resolution 
     38#   This variable is used in the executable name  
     39ResolOce=ORCA2 
     40#============================ 
     41# OptMode indicates the optimization mode choosen during compilation 
     42# This variable is used in the executable name 
     43OptMode=prod 
     44# 
    3645#======================================================================== 
    3746#D-- ListOfComponents - 
     
    3948#D- For each component, Name of component, Tag of component 
    4049OCE= (opa9, NEMO_v4) 
    41 ICE= (si3,  SI3) 
    42 MBG= (pisces, PISCES) 
     50ICE= (si3,  SI3v1) 
     51MBG= (pisces, PISCESv2) 
    4352IOS= (xios, XIOS) 
    4453#======================================================================== 
     
    4756Name=nemo 
    4857#D- For each component, Real name of executable 
    49 OCE= (opa_online_prod.exe, nemo, 30MPI) 
     58OCE= (opa_online_${OptMode}.exe, nemo, 30MPI) 
    5059ICE= ("", "", "") 
    5160MBG= ("", "", "") 
    52 IOS= (xios_server.exe, xios.x, 1MPI) 
     61IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5362#======================================================================== 
    5463#D-- Restarts - 
     
    123132#D- If you want to produce seasonal average, this flag determines 
    124133#D- the period of this average (NONE if you dont want) 
    125 SeasonalFrequency=1Y 
     134SeasonalFrequency=NONE 
    126135#D- If you want to produce compute PCMDI metrics from seasonal average 
    127136#D- Set FALSE to deactivate the metrics computation. 
Note: See TracChangeset for help on using the changeset viewer.