Changeset 6185


Ignore:
Timestamp:
06/30/22 09:54:04 (2 years ago)
Author:
acosce
Message:

solve a bug on compilation script (for create_etat0_limit)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/compile_icolmdzorinca.sh

    r6083 r6185  
    104104        "-ico_only")        ico_only=yes  ; shift ;; 
    105105        "-reg_only")        reg_only=yes  ; shift ;; 
    106         "-ce0l_only")       ce0l=yes  ; shift ;; 
     106        "-ce0l_only")       ce0l_only=yes  ; shift ;; 
    107107        "-netcdf_lib_seq")  netcdf_lib="--netcdf_lib netcdf4_seq"; shift ;; 
    108108        "-chimie")          optchimie=$2; shift ; shift;; 
     
    399399 
    400400 
    401 if [ $ce0l = yes ] || [ $ico_only = no ] && [ $reg_only = no ] ; then  
     401if [ $ce0l_only = yes ] || [ $ico_only = no ] && [ $reg_only = no ] ; then  
    402402 
    403403    cd $modipsl/modeles/LMDZ 
Note: See TracChangeset for help on using the changeset viewer.