Changeset 2553


Ignore:
Timestamp:
06/09/15 11:37:03 (9 years ago)
Author:
omamce
Message:

O.M. : Config ORCA1 : suppression temporaire de TOP a la creation de la config NEMO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/model

    r2496 r2553  
    383383    grep ORCA1_LIM3_PISCES ${cfg_file} > /dev/null 2>&1 
    384384    err=${?} 
    385     [[ ${err} = 1 ]] && ( echo "ORCA1_LIM3_PISCES OPA_SRC LIM_SRC_3 NST_SRC TOP_SRC" >> ${cfg_file} ) 
     385# MOdif O.M : suppression du repertoire TOP (temporaire) 
     386#    [[ ${err} = 1 ]] && ( echo "ORCA1_LIM3_PISCES OPA_SRC LIM_SRC_3 NST_SRC TOP_SRC" >> ${cfg_file} ) 
     387    [[ ${err} = 1 ]] && ( echo "ORCA1_LIM3_PISCES OPA_SRC LIM_SRC_3 NST_SRC  " >> ${cfg_file} ) 
    386388fi 
    387389 
Note: See TracChangeset for help on using the changeset viewer.