Changeset 88


Ignore:
Timestamp:
Mar 4, 2011, 4:30:48 PM (14 years ago)
Author:
aslmd
Message:

LMD_MM_MARS: correction bug scripts d'installation des routines d'initialisation

Location:
trunk/mesoscale
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/mesoscale/LMD_MM_MARS/SRC/WPS/wps_mars/switch_WPS_Mars

    r72 r88  
    1010cd geogrid
    1111\rm GEOGRID.TBL 2> /dev/null
    12 cp ../wps_mars/geogrid/GEOGRID.TBL.ARW_Mars GEOGRID.TBL.ARW
     12  ####----> fait dans prepare_ini
     13  ####cp ../wps_mars/geogrid/GEOGRID.TBL.ARW_Mars GEOGRID.TBL.ARW
    1314cd src
    1415rm constants_module.f90
     
    2324cd metgrid
    2425\rm METGRID.TBL 2> /dev/null
    25 #cp ../wps_mars/metgrid/METGRID.TBL.ARW_MarsBase METGRID.TBL.ARW
    26 cp ../wps_mars/metgrid/METGRID.TBL.ARW_MarsBase_newphys METGRID.TBL.ARW
     26  ####----> fait dans prepare_ini
     27  ####cp ../wps_mars/metgrid/METGRID.TBL.ARW_MarsBase_newphys METGRID.TBL.ARW
    2728cd src
    2829rm module_date_pack.f90
  • trunk/mesoscale/LMD_MM_MARS/prepare_ini

    r78 r88  
    4545echo prepare WPS in $here
    4646
    47 ####### done in prepare
    48 ###cd ${sourcewps}
    49 ###cp ${sourcewps}/wps_mars/switch_WPS_Mars ${sourcewps}
    50 ###./switch_WPS_Mars
     47        ####### done in prepare
     48        ###cd ${sourcewps}
     49        ###cp ${sourcewps}/wps_mars/switch_WPS_Mars ${sourcewps}
     50        ###./switch_WPS_Mars
    5151
    5252cd ${here}
     
    6262mkdir ${here}/WPS/geogrid
    6363cd ${here}/WPS/geogrid
    64 cp -f ${sourcewps}/geogrid/GEOGRID.TBL.ARW GEOGRID.TBL
    65 echo "attention GEOGRID.TBL n est pas le bon !!!!"
     64        #cp -f ${sourcewps}/geogrid/GEOGRID.TBL.ARW GEOGRID.TBL
     65        #echo "attention GEOGRID.TBL n est pas le bon !!!!"
     66ln -sf ${sourcewps}/wps_mars/geogrid/GEOGRID.TBL.ARW_Mars GEOGRID.TBL
    6667cp -f ${sourcewps}/geogrid/Makefile .
    6768mkdir src
     
    7273mkdir ${here}/WPS/metgrid
    7374cd ${here}/WPS/metgrid
    74 cp -f ${sourcewps}/metgrid/METGRID.TBL.ARW METGRID.TBL
    75 echo "attention METGRID.TBL n est pas le bon !!!!"
     75        #cp -f ${sourcewps}/metgrid/METGRID.TBL.ARW METGRID.TBL
     76        #echo "attention METGRID.TBL n est pas le bon !!!!"
     77ln -sf ${sourcewps}/wps_mars/metgrid/METGRID.TBL.ARW_MarsBase_newphys METGRID.TBL
    7678cp -f ${sourcewps}/metgrid/Makefile .
    7779mkdir src
     
    8082cd ${here}/WPS
    8183
    82 #
    83 # examples and plots
    84 #
    85 ln -sf ${sourcewps}/wps_mars/out_geo.pro .
     84##
     85## examples and plots
     86##
     87#ln -sf ${sourcewps}/wps_mars/out_geo.pro .
    8688ln -sf ${sourcewps}/wps_mars/namelist.wps* .
    8789#ln -sf ${lmdmeso}/SRC/ARWpost/idl/colorbar__define.pro .
    88 ln -sf ${lmdmeso}/SRC/ARWpost/idl/colorbar.pro .
    89 ln -sf ${lmdmeso}/SRC/ARWpost/idl/map_latlon.pro .
     90#ln -sf ${lmdmeso}/SRC/ARWpost/idl/colorbar.pro .
     91#ln -sf ${lmdmeso}/SRC/ARWpost/idl/map_latlon.pro .
    9092
    9193#
  • trunk/mesoscale/TESTS/newphys_tracers/callphys.def.mars3

    r76 r88  
    11##General options
    22##~~~~~~~~~~~~~~~
     3#Directory where external input files are
     4datadir = /san/home/spiga/DATAFILE/
     5
    36#Run with or without tracer transport ?
    47tracer=.true.
     
    7174dustbin    = 2
    7275# DUST: Radiatively active dust ? (matters if dustbin>0)
    73 active  = .false.
     76active  = .true. #.false.
    7477# DUST: use mass and number mixing ratios to predict dust size ?
    7578doubleq   = .true. #.false.
Note: See TracChangeset for help on using the changeset viewer.