Ignore:
Timestamp:
Oct 23, 2018, 7:14:00 PM (6 years ago)
Author:
jgipsl
Message:

Updated configuration accroding to simulation set up used for simulations done during the Grand Challenge Irene/TGCC summer 2018.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/config/DYNAMICO_LMDZ/GENERAL/DRIVER/dynamicolmdz.driver

    r4107 r4123  
    2020        RESOL_LLM=79
    2121    fi
     22
     23    ##- LMDZ physics version
     24    ##  Read LMDZ_Physics option in lmdz.card, if not present take default value NPv6.1.3
     25    if [ ! X${dynamicolmdz_UserChoices_LMDZ_Physics} = X ] ; then
     26        LMDZ_Physics=${dynamicolmdz_UserChoices_LMDZ_Physics}
     27    else
     28        LMDZ_Physics=NPv6.0.11
     29    fi
     30    echo LMDZ physics version : ${LMDZ_Physics}
    2231
    2332
Note: See TracChangeset for help on using the changeset viewer.