Ignore:
Timestamp:
Oct 10, 2011, 11:01:05 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: * implemented z0 roughness map from Hebrard et al. 2011

  • also possible to prescribe a constant value in namelist.input through init_Z0
  • if there is a missing value [z0=0] or a problem, default value is 1cm
  • note: in surface.nc and geo_em.d01.nc, z0 is in cm

in wrfinput_d01 and LMD physics integrations, z0 is in m

MODIFIED files in the physics [MESOSCALE ONLY]
M 314 LMDZ.MARS/libf/phymars/meso_inc/meso_inc_ini.F
M 314 LMDZ.MARS/libf/phymars/meso_inc/meso_inc_inifisini.F
M 314 LMDZ.MARS/libf/phymars/meso_inc/meso_inc_inifisinvar.F
M 314 LMDZ.MARS/libf/phymars/meso_inc/meso_inc_inifisvar.F

MODIFIED files in the dynamical core and interface
M 314 MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_inifis1.inc
M 314 MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_inifis2.inc
M 314 MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_inifis3.inc
M 314 MESOSCALE/LMD_MM_MARS/SRC/WRFV2/Registry/Registry.EM
M 314 MESOSCALE/LMD_MM_MARS/SRC/WRFV2/dyn_em/module_initialize_real.F
M 314 MESOSCALE/LMD_MM_MARS/SRC/WRFV2/dyn_em/solve_em.F
M 314 MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F

MODIFIED files for geogrid.exe [interpolation on the domain]
M 314 MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars/geogrid/GEOGRID.TBL.ARW_Mars
M 314 MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars/namelist.wps_TEST
A 0 MESOSCALE/LMD_MM_MARS/WPS_GEOG/rough_GCM



M 314 MESOSCALE_DEV/TESTS/LMD_MM_MARS_FASTCASEnewphys.tar.gz

The manual does not feature the few indications necessary for simulations
with new physics so we took a few notes, commented for the moment
M 314 MESOSCALE_DEV/MANUAL/SRC

Location:
trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars/geogrid/GEOGRID.TBL.ARW_Mars

    r242 r315  
    121121        interp_option = gcm:four_pt
    122122        rel_path =      gcm:albedo_GCM/
     123===============================
     124name = SURF_ROUGHNESS
     125        priority = 1
     126        dest_type = continuous
     127        smooth_option = 1-2-1; smooth_passes=25
     128        interp_option =         32ppd:sixteen_pt+four_pt+average_4pt+average_16pt+search
     129        rel_path=               32ppd:rough_GCM/
     130        interp_option =         32ppd_HRalb:sixteen_pt+four_pt+average_4pt+average_16pt+search
     131        rel_path=               32ppd_HRalb:rough_GCM/
     132        interp_option =         64ppd:sixteen_pt+four_pt+average_4pt+average_16pt+search
     133        rel_path=               64ppd:rough_GCM/
     134        interp_option =         64ppd_noHRti:sixteen_pt+four_pt+average_4pt+average_16pt+search
     135        rel_path=               64ppd_noHRti:rough_GCM/
     136        interp_option =         custom:sixteen_pt+four_pt+average_4pt+average_16pt+search
     137        rel_path=               custom:rough_GCM/
     138        interp_option =         omega:sixteen_pt+four_pt+average_4pt+average_16pt+search
     139        rel_path=               omega:rough_GCM/
     140        interp_option =         gcm:sixteen_pt+four_pt+average_4pt+average_16pt+search
     141        rel_path=               gcm:rough_GCM/
    123142#===============================
    124143#name=LANDUSEF
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars/namelist.wps_TEST

    r223 r315  
    1818 e_sn              =  61,        !! number of latitude grid points
    1919 geog_data_res     = 'gcm'       !! static data sources: '64ppd','32ppd',... cf.GEOGRID.TBL
    20  dx = 20000,                     !! resolution (meters) in the x-dimension     
    21  dy = 20000,                     !! resolution (meters) in the y-dimension     
     20 dx = 50000,                     !! resolution (meters) in the x-dimension     
     21 dy = 50000,                     !! resolution (meters) in the y-dimension     
    2222 map_proj = 'mercator',          !! map projection: 'mercator', 'lambert' or 'polar'
    2323 ref_lat   =  -12.,              !! north latitude of the center of the domain
Note: See TracChangeset for help on using the changeset viewer.