Changeset 4817 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- Feb 14, 2024, 10:46:30 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/phys_output_mod.F90
r4619 r4817 45 45 USE mod_grid_phy_lmdz, only: klon_glo,nbp_lon,nbp_lat 46 46 USE print_control_mod, ONLY: prt_level,lunout 47 USE vertical_layers_mod, ONLY: ap,bp,preff,presnivs, aps, bps, pseudoalt 47 USE vertical_layers_mod, ONLY: ap,bp,preff,presnivs, aps, bps, pseudoalt, presinter 48 48 USE time_phylmdz_mod, ONLY: day_ini, itau_phy, start_time, annee_ref, day_ref 49 49 ! ug Pour les sorties XIOS … … 378 378 IF (iff.LE.6.OR.iff.EQ.10) THEN 379 379 CALL wxios_add_vaxis("presnivs", & 380 levmax(iff) - levmin(iff) + 1, presnivs(levmin(iff):levmax(iff))) 380 levmax(iff) - levmin(iff) + 1, presnivs(levmin(iff):levmax(iff))) 381 CALL wxios_add_vaxis("presinter", & 382 klev + 1, presinter(1:klev+1)) 381 383 CALL wxios_add_vaxis("Ahyb", & 382 384 levmax(iff) - levmin(iff) + 1, aps(levmin(iff):levmax(iff)), positif='down', & … … 419 421 levmax(iff) - levmin(iff) + 1, rlevSTD(levmin(iff):levmax(iff))) 420 422 ENDIF 421 ENDIF 423 ENDIF !using_xios 422 424 423 425 IF (clef_files(iff)) THEN
Note: See TracChangeset
for help on using the changeset viewer.