Ignore:
Timestamp:
Oct 10, 2013, 12:23:16 PM (11 years ago)
Author:
aslmd
Message:

MESOSCALE. a modification of the makemeso script so that with newphys additional variables are output by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r1038 r1060  
    230230        if [[ "${scenario}" == "" ]]
    231231        then
    232           ln -sf mars_lmd_new             mars_lmd
     232          ln -sf mars_lmd_new mars_lmd
     233          if [[ "${phys}" == "newphys_" ]]
     234          then
     235              cp ../../SRC/WRFV2/Registry/Registry.EM.newphys Registry/Registry.EM
     236          fi
    233237        else
    234238          ln -sf mars_lmd_new_${scenario} mars_lmd
     
    279283      if [[ "${scenario}" == "" ]]
    280284      then
    281         cp ../../SRC/WRFV2/Registry/Registry.EM Registry/
     285        if [[ "${phys}" == "newphys_" ]]
     286        then
     287            cp ../../SRC/WRFV2/Registry/Registry.EM.newphys Registry/Registry.EM
     288        else
     289            cp ../../SRC/WRFV2/Registry/Registry.EM Registry/
     290        fi
    282291      fi
    283292      if [[ "${config}" == "les" ]]
Note: See TracChangeset for help on using the changeset viewer.