Changeset 86 for trunk/mesoscale/LMD_MM_MARS/makemeso
- Timestamp:
- Mar 3, 2011, 12:38:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/LMD_MM_MARS/makemeso
r81 r86 439 439 touch callkeys.h.meso 440 440 ln -sf meso_callkeys.h callkeys.h 441 touch dustlift.F.meso442 ln -sf meso_dustlift.F dustlift.F ## attention avec "ancienne nouvelle physique"441 #touch dustlift.F.meso 442 # ln -sf meso_dustlift.F dustlift.F ## attention avec "ancienne nouvelle physique" 443 443 touch readtesassim.F90.meso 444 444 ln -sf meso_readtesassim.F90 readtesassim.F90 ## attention idem … … 467 467 then 468 468 echo 'DEBUG DEBUG DEBUG DEBUG' 469 nohup makegcm_${compilo} -debug -t ${tra} -p mars -d ${physz} meso_testphys1d | tee libo/log_compile_phys | grep 'warnings' >> libo/log_compile_phys469 nohup makegcm_${compilo} -debug -t ${tra} -p mars -d ${physz} testphys1d | tee libo/log_compile_phys | grep 'warnings' >> libo/log_compile_phys 470 470 else 471 nohup makegcm_${compilo} -t ${tra} -p mars -d ${physz} meso_testphys1d | tee libo/log_compile_phys | grep 'warnings' >> libo/log_compile_phys471 nohup makegcm_${compilo} -t ${tra} -p mars -d ${physz} testphys1d | tee libo/log_compile_phys | grep 'warnings' >> libo/log_compile_phys 472 472 fi 473 473 echo ... done
Note: See TracChangeset
for help on using the changeset viewer.