Changeset 5397 for LMDZ6/trunk/libf


Ignore:
Timestamp:
Dec 6, 2024, 6:22:10 PM (9 days ago)
Author:
abarral
Message:

Fix typo in CPP_Dust
(also minor: properly import _spl modules)

Location:
LMDZ6/trunk/libf
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/misc/lmdz_cppkeys_wrapper.F90

    r5325 r5397  
    5858#endif
    5959
    60 #ifdef CPP_DUST
     60#ifdef CPP_Dust
    6161  LOGICAL, PARAMETER :: CPPKEY_DUST = .TRUE.
    6262#else
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r5396 r5397  
    9797!  &      fl_ebil, fl_cor_ebil
    9898
    99 !!!!!!!!!!!!!!!!!! "USE" section for CPP keys !!!!!!!!!!!!!!!!!!!!!!!!
    100 !
    101 !
    102     USE phytrac_mod, ONLY : phytrac_init, phytrac
    103     USE phys_output_write_mod
     99
     100    USE phytracr_spl_mod, ONLY: phytracr_spl, phytracr_spl_out_init
     101    USE phys_output_write_spl_mod, ONLY: phys_output_write_spl
     102    USE phytrac_mod, ONLY: phytrac_init, phytrac
     103    USE phys_output_write_mod, ONLY: phys_output_write
    104104
    105105
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r5396 r5397  
    102102    USE phytracr_spl_mod, ONLY: phytracr_spl, phytracr_spl_out_init
    103103    USE phys_output_write_spl_mod, ONLY: phys_output_write_spl
    104     USE phytrac_mod, ONLY : phytrac_init, phytrac
    105     USE phys_output_write_mod
     104    USE phytrac_mod, ONLY: phytrac_init, phytrac
     105    USE phys_output_write_mod, ONLY: phys_output_write
    106106
    107107
Note: See TracChangeset for help on using the changeset viewer.