Changeset 216 for trunk/MESOSCALE/LMD_MM_MARS
- Timestamp:
- Jul 12, 2011, 2:44:28 PM (13 years ago)
- 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 191 191 if [[ "${scenario}" == "" ]] 192 192 then 193 sed s+"mars_lmd"+"mars_lmd_new"+g SRC/ copy_model > copy_model_tmp193 sed s+"mars_lmd"+"mars_lmd_new"+g SRC/SCRIPTS/copy_model > copy_model_tmp 194 194 else 195 195 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_tmp196 sed s+"mars_lmd"+"mars_lmd_new_${scenario}"+g SRC/SCRIPTS/copy_model > copy_model_tmp 197 197 if [[ "${config}" == "les" ]] 198 198 then … … 227 227 ### NB: With physics: LES folder // Without physics : LESnophys_ folder 228 228 ### ---- because differences in 'modif' folder ---- 229 sed s+"PWD/SRC/"+"PWD/SRC/LES$phys/"+g SRC/ copy_model > copy_model_tmp229 sed s+"PWD/SRC/"+"PWD/SRC/LES$phys/"+g SRC/SCRIPTS/copy_model > copy_model_tmp 230 230 else 231 cp SRC/ copy_model copy_model_tmp231 cp SRC/SCRIPTS/copy_model copy_model_tmp 232 232 fi 233 233 chmod 755 copy_model_tmp
Note: See TracChangeset
for help on using the changeset viewer.