Changeset 6238 for CONFIG/UNIFORM


Ignore:
Timestamp:
09/15/22 16:00:12 (19 months ago)
Author:
acosce
Message:

fixed 2 bug in IPSLCM5A2CHT.2 configuration

  • add a "mkdir" command in compilation script
  • ConfExp? wasn't known by driver card, correct its syntax
Location:
CONFIG/UNIFORM/v6/IPSLCM5A2CHT.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT.2/GENERAL/DRIVER/opa9.driver

    r6046 r6238  
    3636    supergrep () { grep "^ *$1 *=" $2 | sed -e "s% *\!.*%%" -e "s%^ *$1 *=%%" ; } 
    3737    ##--Variables used by OPA -- 
    38     if [ x$ConfExp != X ]; then  
    39         ISPALEO=${ConfExp} 
     38    if [ x${config_UserChoices_ConfExp} != X ]; then  
     39        ISPALEO=${config_UserChoices_ConfExp} 
    4040    elif  [ -f ${SUBMIT_DIR}/../.resol ] ; then 
    4141        ISPALEO=${config_UserChoices_ExpType##*/} 
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT.2/compile_ipslcm5a2cht.sh

    r6200 r6238  
    279279    echo cp $modipsl/config/IPSLCM6/SOURCES/NEMO/STANDARD/*.*90 $nemo_root/$cfg_wrk/MY_SRC/   >> $outfile 
    280280    echo >> $outfile 
     281    mkdir -p $nemo_root/$cfg_wrk/MY_SRC/ 
    281282    cp $mysrc_path/NEMO/STANDARD/*.*90  $nemo_root/$cfg_wrk/MY_SRC/ 
    282283 
Note: See TracChangeset for help on using the changeset viewer.