Ignore:
Timestamp:
Feb 21, 2025, 2:01:55 PM (3 days ago)
Author:
asima
Message:

Encapsulating in modules 3 Dust (SPLA) subroutines with identical names in INCA
(see also r5505);
Related changes in other files, especially some cleaning of chem_mod_f.90.
Everything cf the new coding conventions bien sûr !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r5516 r5554  
    134134    USE lmdz_xios, ONLY: xios_set_current_context
    135135    use wxios_mod, ONLY: missing_val, using_xios
     136    USE lmdz_spla_ini, ONLY : spla_ini
    136137
    137138#ifndef CPP_XIOS
     
    20162017IF (CPPKEY_DUST) THEN
    20172018       ! 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)
    20182021       CALL phytracr_spl_out_init()
    20192022       CALL phys_output_write_spl(itap, pdtphys, paprs, pphis,                  &
Note: See TracChangeset for help on using the changeset viewer.