Ignore:
Timestamp:
Jun 20, 2011, 3:56:15 PM (14 years ago)
Author:
aslmd
Message:

MESOSCALE: correction makemeso (LES). ajout a README-svn. tests tempetes de poussiere avec JF.

Location:
trunk/MESOSCALE/LMD_MM_MARS
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new_storm/libf/phymars/vdifc.F

    r118 r167  
    1 link ../../../mars_lmd_new/libf/phymars/vdifc.F
     1link vdifc.F.modif
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r158 r167  
    237237          if [[ "${config}" == "les" ]]
    238238          then
    239             ## voir ci-dessus pour le folder
    240             cp ../../SRC/LES$phys/correcfft ./
     239            if [[ "${phys}" == "nophys_" ]]
     240            then
     241              ## voir ci-dessus pour le folder
     242              cp ../../SRC/LES$phys/correcfft ./
     243            else
     244              cp ../../SRC/LES/correcfft ./
     245            fi 
    241246            ./correcfft
    242247            \rm correcfft
Note: See TracChangeset for help on using the changeset viewer.