Changeset 6953


Ignore:
Timestamp:
10/30/24 11:26:23 (3 months ago)
Author:
aclsce
Message:

Needed to export NEMO_END variable in order to be used in post-run step on JeanZay? supercomputer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/opa9.driver

    r6914 r6953  
    183183    typeset -r PRECIS=8 
    184184    NEMO_END=$( echo $( awk "BEGIN { printf \"%0${PRECIS}d\",${OPA_NITEND} }" ) )  
     185    export NEMO_END=${NEMO_END} 
    185186 
    186187    IGCM_comp_modifyNamelist blocker    namelist_cfg cn_exp       ${config_UserChoices_JobName} 
Note: See TracChangeset for help on using the changeset viewer.