Ignore:
Timestamp:
05/16/18 11:58:35 (6 years ago)
Author:
cetlod
Message:

Minor modification of script model to take into account the changes in NEMO's URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/model

    r3717 r3816  
    335335      c_c='(cd '${d_m}/${zl}'; '${zp}' '${m_a}; 
    336336      [[ ${zt} != '?' ]] && { c_c=${c_c}' -r '${zt}; } 
    337       c_c=${c_c}' '${zs}'/'${zc}; 
     337      c_c=${c_c}' '${zs}'/'${zc}@'${zt}'; 
    338338      [[ ${zd} != '.' ]] && { c_c=${c_c}' '${zd}; } 
    339339      c_c=${c_c}')'; 
Note: See TracChangeset for help on using the changeset viewer.