Ignore:
Timestamp:
Jul 20, 2011, 3:07:02 PM (14 years ago)
Author:
aslmd
Message:

MESOSCALE: corrected runmeso and gcm initialization so that it could be used on GNOME ifort cluster and virtually everywhere. changed choice numbering and added choices to initialize but not execute (good for job submission). Also corrected what was broken in the two previous commits on the version of the mesoscale model with old physics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r227 r235  
    234234     ./copy_model_tmp
    235235     \rm copy_model_tmp
    236      mv WRFV2 ${conf_wrf}/
     236     mv zeWRFV2 ${conf_wrf}/WRFV2
    237237     cd ${conf_wrf}/WRFV2
    238238     cd Registry ; Registry.bash ; cd ..
     
    581581  cd libf/phymars
    582582  \rm dimphys.h 2> /dev/null
     583  if [[ "${phys}" == "newphys_" ]]
     584  then
     585    ln -sf meso_inc/meso_dimphys.h_ref .
     586  fi
    583587  physize=$(expr ${physx} \* ${physy})
    584   sed s/--xsize--/${physx}/g meso_inc/meso_dimphys.h_ref | sed s/--ysize--/${physy}/g | sed s/--physize--/${physize}/g | sed s/--zsize--/${physz}/g | sed s/--soilsize--/${soilsize}/g > dimphys.h
     588  sed s/--xsize--/${physx}/g meso_dimphys.h_ref | sed s/--ysize--/${physy}/g | sed s/--physize--/${physize}/g | sed s/--zsize--/${physz}/g | sed s/--soilsize--/${soilsize}/g > dimphys.h
    585589  head -15 dimphys.h
    586590     ### TEST new new phys
Note: See TracChangeset for help on using the changeset viewer.