Ignore:
Timestamp:
Feb 21, 2023, 5:00:24 PM (21 months ago)
Author:
romain.vande
Message:

Mars PCM:
Following r2896, 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!
Utilitaries are not adapted yet.
Dimension of some variables (30 listed below) is changed to add the nslope dimension.
Outputs (diagfi and restartfi) are not changed yet.
nslope is now read and written in the startfi.nc

Changed variables:
_ In surfdat_h:

  • qsurf
  • tsurf
  • watercap
  • emis
  • capcal
  • fluxgrd

_ In comsoil_h

  • tsoil
  • mthermdiff
  • thermdiff
  • coefd
  • alph
  • beta

_ In dimradmars_mod

  • albedo
  • fluxrad_sky
  • fluxrad

_ In physiq_mod

  • inertiesoil
  • fluxsurf_lw
  • fluxsurf_dn_sw
  • dqsurf
  • zdtsurf
  • zdtsdif
  • zdtsurfc
  • zdqsdif
  • zdqsc
  • dwatercap
  • dwatercap_dif
  • zflubid
  • fluxsurf_dn_sw_tot
  • inertiedat_tmp

New variables called VAR_meshavg correspond to the mesh average over all the subslope distribution of the variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2897 r2900  
    38803880Minor edits then (+ svn update with RV had some issues, so there are some "artefact changes" ...)
    38813881
     3882== 14/02/2023 == RV
     3883First modifications to introduce subslope parametrization in surface processes.
     3884New variables are added in the new module comslope_mod to describe the subslopes:
     3885        _ nslope (number of subslope)
     3886        _ subslope_dist (distribution  of the slopes)
     3887        _ def_slope (bound of the slope statistics / repartitions) etc..
     3888These variables are added to the starfi file.
     3889Other GCM variables, outputs and subroutines are not modified yet.
     3890Only nslope=1 is accepted so far (ie. same as no subslope parametrization)
     3891
    38823892== 16/02/2023 == RV
    38833893MARS PEM : Deep cleaning of variables name and allocate.
    38843894All the "dyn to phys" grid change is done in subroutines and not in the main program.
     3895
     3896== 21/02/2023 == RV
     3897Following r2896, further implementation of subslope parametrisation.
     3898Carefull ! This is a devolpment revision and it still need improvements and tests.
     3899However, this commit should not change anything for nslope=1.
     3900Only nslope=1 is possible for now!
     3901Utilitaries are not adapted yet.
     3902Dimension of some variables (30 listed below) is changed to add the nslope dimension.
     3903Outputs (diagfi and restartfi) are not changed yet.
     3904nslope is now read and written in the startfi.nc
     3905
     3906
Note: See TracChangeset for help on using the changeset viewer.