Changeset 2941 for trunk/LMDZ.MARS/libf
- Timestamp:
- Apr 14, 2023, 5:49:58 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/xios_output_mod.F90
r2545 r2941 27 27 USE regular_lonlat_mod, ONLY: lon_reg, lat_reg 28 28 USE nrtype, ONLY: pi 29 use comslope_mod, ONLY: nslope,def_slope_mean 29 30 #ifdef CPP_XIOS 30 31 USE xios … … 62 63 CALL xios_set_axis_attr("soil_layers", n_glo=size(mlayer), value=mlayer,& 63 64 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") 64 68 65 69 ! 2. Declare horizontal domain
Note: See TracChangeset
for help on using the changeset viewer.