Changeset 5554 for LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
- Timestamp:
- Feb 21, 2025, 2:01:55 PM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5516 r5554 134 134 USE lmdz_xios, ONLY: xios_set_current_context 135 135 use wxios_mod, ONLY: missing_val, using_xios 136 USE lmdz_spla_ini, ONLY : spla_ini 136 137 137 138 #ifndef CPP_XIOS … … 2016 2017 IF (CPPKEY_DUST) THEN 2017 2018 ! Quand on utilise SPLA, on force iflag_phytrac=1 2019 CALL spla_ini(is_oce,RNAVO,RG,RD,RCPD,RLVTT,RLSTT,RETV,RTT, & 2020 R2ES,R3LES,R3IES,R4LES,R4IES,R5LES,R5IES,RVTMP2) 2018 2021 CALL phytracr_spl_out_init() 2019 2022 CALL phys_output_write_spl(itap, pdtphys, paprs, pphis, &
Note: See TracChangeset
for help on using the changeset viewer.