Ignore:
Timestamp:
Feb 28, 2023, 2:39:58 PM (21 months ago)
Author:
romain.vande
Message:

Mars PCM:
Further implementation of subslope parametrisation.
Carefull ! This is a devolpment revision and it still need improvements and tests.
However, this commit should not change anything for nslope=1. Only nslope=1 is possible for now!

Sloped variables in the startfi are outputed along the nslope dimension.

Possibility to output variables on a specific subslope in diagfi using VAR_slopeXX in the diagfi.def,
with VAR the variable name (ex: tsurf, co2ice...) and XX the slope number (ex: 04, 07...).
Without any specific mention to slope, variable named VAR in the diagfi.def will correspond to the variable in the flat slope, this can change in the future.

Other code changes for nslope.gt.1 (sometimes the grid mesh average is used instead of the value of the subslope):

Changes for albedo :
albedo_mesh_avg is used in callradite

Changes for emis :
emis_mesh_avg is used in callradite

Changes for zdqsdif:
zdqsdif_mesh_avg is used for lifting in turbulent-resolving mode

Changes for qsurf:
qsurf_mesh_avg is used for callradite, rocketduststorm, topmons.
qsurf of the major slope is used for calchim and geticecover (tituscap)

Changes for tsurf is the next commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2904 r2907  
    39123912and
    39133913- "at least one opacity is not a missing value but is 0" (in which case we set tau=0)
     3914
     3915== 28/02/2023 == RV
     3916Further implementation of subslope parametrisation.
     3917Carefull ! This is a devolpment revision and it still need improvements and tests.
     3918However, this commit should not change anything for nslope=1. Only nslope=1 is possible for now!
     3919Sloped variables in the startfi are outputed along the nslope dimension.
     3920Possibility to output variables on a specific subslope in diagfi using VAR_slopeXX in the diagfi.def,
     3921with VAR the variable name (ex: tsurf, co2ice...) and XX the slope number (ex: 04, 07...).
     3922Without any specific mention to slope, variable named VAR in the diagfi.def will correspond to the variable in the flat slope, this can change in the future.
     3923Other code changes for nslope.gt.1 (sometimes the grid mesh average is used instead of the value of the subslope)
     3924
     3925
Note: See TracChangeset for help on using the changeset viewer.