Ignore:
Timestamp:
Jul 15, 2011, 8:33:51 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: corrected the diagfi bug. updated test case and check those are still working OK. other changes are cosmetic

Location:
trunk/MESOSCALE/LMD_MM_MARS/SIMU
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_test/callphys.def

    r26 r228  
    11##General options
    22##~~~~~~~~~~~~~~~
     3#Directory where external input files are
     4datadir=/u/forget/WWW/datagcm/datafile/
     5
    36#Run with or without tracer transport ?
    47tracer=.false.
     
    1417
    1518#Save statistics in file "stats.nc" ?
    16 stats =.false.
     19callstats =.false.
    1720
    1821#Save EOF profiles in file "profiles" for Climate Database?
     
    2629#  =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm)
    2730#  =26 Mars Year 26 from TES assimilation
    28 iaervar = 24
     31iaervar = 1
    2932# Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case)
    3033tauvis=0.2
     
    4144callrad   = .true.
    4245# call NLTE radiative schemes ?   matters only if callrad=T
    43 callnlte = .true.
     46callnlte = .false.
    4447# call CO2 NIR absorption ?   matters only if callrad=T
    4548callnirco2 = .true.
     
    5861## ~~~~~~~~~~~~~~~~~~~~~~~~~~
    5962# the rad.transfer is computed every "iradia" physical timestep
    60 iradia    = 1
     63iradia    = 10
    6164# Output of the exchange coefficient mattrix ? for diagnostic only
    6265callg2d  = .false.
     
    8992#         is a cold trap)
    9093caps  = .false. 
    91 #caps  = .true.
    9294# PHOTOCHEMISTRY: include chemical species
    9395photochem  = .false.
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_test/namelist.input

    r26 r228  
    22 start_year       = 2024,    !! (p1) Start Martian Year (20XX for MY XX)
    33 start_month      = 01,      !! (p1) Start Martian Month
    4  start_day        = 01,      !! (p1) Start Martian Day
    5  start_hour       = 06,      !! (p1) Start Martian Hour (at longitude 0)
     4 start_day        = 17,      !! (p1) Start Martian Day
     5 start_hour       = 02,      !! (p1) Start Martian Hour (at longitude 0)
    66 end_year         = 2024,    !! (p1) End Martian Year (20XX for MY XX)
    77 end_month        = 01,      !! (p1) End Martian Month
    8  end_day          = 04,      !! (p1) End Martian Day
    9  end_hour         = 06,      !! (p1) End Martian Hour (at longitude 0)
    10  history_interval    = 37,    
    11  frames_per_outfile  = 24,
    12  restart          = .false.
    13  restart_interval = 8880,
    14  io_form_history  = 2
    15  io_form_restart  = 2
    16  io_form_input    = 2
    17  io_form_boundary = 2
    18  debug_level      = 0
     8 end_day          = 17,      !! (p1) End Martian Day
     9 end_hour         = 12,      !! (p1) End Martian Hour (at longitude 0)
     10 history_interval    = 37,   !! Frequency of outputs (37 --> 3700s = 1 Martian hour) 
     11 frames_per_outfile  = 24,   !! Size of time dimension in files
     12 restart          = .false.  !! (*) Output restart files ?
     13 restart_interval = 8880     !! (*) Frequency of output restart files ?
     14 io_form_history  = 2        !! (*) Choice of NETCDF for ouputs
     15 io_form_restart  = 2        !! (*) Choice of NETCDF for ouputs     
     16 io_form_input    = 2        !! (*) Choice of NETCDF for ouputs
     17 io_form_boundary = 2        !! (*) Choice of NETCDF for ouputs
     18 debug_level      = 0        !! (*) Verbose level
    1919 /
    2020
     21
    2122 &domains
    22  time_step   = 25,
    23  dx = 20000,
    24  dy = 20000,
    25  e_we   =  61,               
    26  e_sn   =  61,             
    27  e_vert =  61,           !! (r)(p2) Number of vertical levels
    28  p_top_requested = 5.    !! (p3) Chosen value of pressure at the top of the model
    29  num_metgrid_levels = 19
     23 time_step   = 50            !! Dynamical timestep
     24 dx = 20000,                 !! (p2) Horizontal resolution
     25 dy = 20000,                 !! (p2) Horizontal resolution (should be equal to dx)
     26 e_we   = 61,                !! (r)(p2) Number of longitude grid points
     27 e_sn   = 61,                !! (r)(p2) Number of latitude grid points
     28 e_vert = 61,                !! (r)(p2) Number of vertical levels
     29 p_top_requested = 5         !! (p3) Chosen value of pressure at the top of the model
     30 !!
     31 !! OPTIONAL
     32 !!
     33 num_metgrid_levels = 33     !! (p1) number of vertical levels in GCM inputs (+1)
    3034 /
    3135
    3236 &physics
    33  !init_TI = 85.,           !! Define constant thermal inertia value
     37 !!
     38 !! OPTIONAL
     39 !!
    3440 num_soil_layers = 18 !!! NOUVELLE PHYSIQUE
     41 init_TI = 100.,             !! Define constant thermal inertia value
     42 init_AL = 0.27,             !! Define constant albedo value
     43 /
     44
     45 &dynamics
     46 !!
     47 !! OPTIONAL
     48 !!
     49 non_hydrostatic = F,        !! Integrate in non-hydrostatic/hydrostatic mode
     50 tiso = 100.
     51 /
     52
     53 &bdy_control
     54 !!
     55 !! OPTIONAL
     56 !!
     57 spec_bdy_width = 3          !! (p3) Width of transition zone with specified=T
     58                             !!      NB: spec_bdy_width must equal relax_zone+1
     59 relax_zone = 2              !! (p3) Width of relaxation zone with specified=T
     60 /
     61
     62 &grib2
    3563 /
    3664
     
    3866 /
    3967
    40  &dynamics
    41  tiso = 100.
    42  /
    43 
    44  &grib2
    45  /
    46 
    47  &bdy_control
    48  /
    49 
    50 !! DO NOT MODIFY
    51  &namelist_quilt
    52  nio_tasks_per_group = 0,
    53  nio_groups = 1,
    54  /
    55 !! DO NOT MODIFY
     68 &namelist_quilt              !! (*)
     69 nio_tasks_per_group = 0,     !! (*)
     70 nio_groups = 1,              !! (*)
     71 /                            !! (*)
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/runmeso

    r155 r228  
    384384   if [[ ${newphys} -eq 1 ]]
    385385   then
    386      echo 'n' >> ${simu_folder}/makemeso_input
    387386     echo ${scat} >> ${simu_folder}/makemeso_input
     387     #echo 'n' >> ${simu_folder}/makemeso_input
    388388   fi
    389389   #
Note: See TracChangeset for help on using the changeset viewer.