Changeset 5059


Ignore:
Timestamp:
Jul 16, 2024, 12:05:48 PM (8 weeks ago)
Author:
idelkadi
Message:

Correction to correct: ambiguity for the 2 subroutines etat0 and init_etat20, which are defined in 2 different modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ICOSA_LMDZ/src/phylmd/interface_icosa_lmdz.F90

    r5018 r5059  
    3939
    4040  SUBROUTINE pre_initialize_physics
    41   USE etat0_plugin_mod
    42   USE icolmdz_etat0
     41  USE etat0_plugin_mod, ONLY : init_etat0_plugin, etat0_plugin
     42  USE icolmdz_etat0, ONLY : init_etat0, etat0
    4343  USE icolmdz_param_gravity_wave, ONLY: init_param_gravity_wave
    4444  IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.