Ignore:
Timestamp:
Jan 25, 2011, 5:32:23 PM (14 years ago)
Author:
aslmd
Message:

LMD_MM_MARS: plateforme commune ancienne/nouvelle physique avant test

Location:
trunk/mesoscale/LMD_MM_MARS
Files:
791 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mesoscale/LMD_MM_MARS/makemeso

    r29 r30  
    186186    then
    187187    sed s+"mars_lmd"+"mars_lmd_new"+g copy_model > copy_model_tmp
    188     exit
     188    chmod 755 copy_model_tmp
     189    ./copy_model_tmp
     190    \rm copy_model_tmp
     191    mv WRFV2 ${conf_wrf}/
     192    cd ${conf_wrf}/WRFV2
     193    ln -sf mars_lmd_new mars_lmd
     194    ln -sf meso_callkeys_newphys.h meso_callkeys.h
     195    cd Registry ; Registry.bash ; cd ..
    189196    else
    190197    ./copy_model
    191     fi
    192198    mv WRFV2 ${conf_wrf}/
    193199    cd ${conf_wrf}/WRFV2
    194200    cd Registry ; Registry.bash ; cd ..
     201    fi
    195202  else
    196203    cd ${conf_wrf}/WRFV2
     
    249256  mv configure.wrf configure.wrf.bak 2> /dev/null
    250257  ########################
    251   case ${conf_wrf} in
     258  conf_wrf_forall="${compilo}_${machine}${single}${testflag}"
     259  case ${conf_wrf_forall} in
    252260#######TEST TEST
    253261                     # GFORTRAN, 64 bits, no nesting     
     
    357365  fi
    358366
    359 exit
    360 
    361367
    362368##################################################
     
    397403  # change this if you change num_soil_layers in WRF
    398404  # -- default is 10
    399   soilsize=10
    400   #soilsize=18 ## nouvelle physique
     405  if [[ "${phys}" == "newphys_" ]]
     406  then
     407     soilsize=18 ## nouvelle physique
     408  else
     409     soilsize=10
     410  fi
    401411
    402412  # GCM environment variables
Note: See TracChangeset for help on using the changeset viewer.