Ignore:
Timestamp:
Jul 12, 2011, 2:44:28 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: added some cleanup so that no mistake can be made by the user with prepare or copy_model scripts.

Location:
trunk/MESOSCALE/LMD_MM_MARS
Files:
1 added
1 edited
6 moved

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r215 r216  
    191191        if [[ "${scenario}" == "" ]]
    192192        then
    193           sed s+"mars_lmd"+"mars_lmd_new"+g             SRC/copy_model > copy_model_tmp
     193          sed s+"mars_lmd"+"mars_lmd_new"+g             SRC/SCRIPTS/copy_model > copy_model_tmp
    194194        else
    195195          echo SCENARIO ${scenario} DID YOU INCLUDE THE SPECIFIC folder ? ; read dummy
    196           sed s+"mars_lmd"+"mars_lmd_new_${scenario}"+g SRC/copy_model > copy_model_tmp
     196          sed s+"mars_lmd"+"mars_lmd_new_${scenario}"+g SRC/SCRIPTS/copy_model > copy_model_tmp
    197197             if [[ "${config}" == "les" ]]
    198198             then
     
    227227           ### NB: With physics: LES folder // Without physics : LESnophys_ folder
    228228           ### ---- because differences in 'modif' folder ----
    229            sed s+"PWD/SRC/"+"PWD/SRC/LES$phys/"+g SRC/copy_model > copy_model_tmp
     229           sed s+"PWD/SRC/"+"PWD/SRC/LES$phys/"+g SRC/SCRIPTS/copy_model > copy_model_tmp
    230230         else
    231            cp SRC/copy_model copy_model_tmp
     231           cp SRC/SCRIPTS/copy_model copy_model_tmp
    232232         fi   
    233233     chmod 755 copy_model_tmp
Note: See TracChangeset for help on using the changeset viewer.