Changeset 2941 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Apr 14, 2023, 5:49:58 PM (20 months ago)
Author:
romain.vande
Message:

Mars Dynamico : Adapt routines to the new version of Dynamico and the subslope parametrization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/xios_output_mod.F90

    r2545 r2941  
    2727  USE regular_lonlat_mod, ONLY: lon_reg, lat_reg
    2828  USE nrtype, ONLY: pi
     29  use comslope_mod, ONLY: nslope,def_slope_mean
    2930#ifdef CPP_XIOS
    3031  USE xios
     
    6263    CALL xios_set_axis_attr("soil_layers", n_glo=size(mlayer), value=mlayer,&
    6364                            unit="m",positive="down")
     65    IF (prt_level>=10) WRITE(lunout,*) "initialize_xios_output: call xios_set_axis_attr for subslope"
     66    CALL xios_set_axis_attr("subslope", n_glo=nslope, value=def_slope_mean,&
     67                            unit="degree",positive="up")
    6468   
    6569    ! 2. Declare horizontal domain
Note: See TracChangeset for help on using the changeset viewer.