Changeset 5724


Ignore:
Timestamp:
Jun 26, 2025, 7:33:28 PM (5 weeks ago)
Author:
yann meurdesoif
Message:

Due to dynamico module reorganization, some module imports were missing.
YM

Location:
ICOSA_LMDZ/src/phylmd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ICOSA_LMDZ/src/phylmd/icolmdz_etat0.f90

    r4970 r5724  
    6666      USE omp_para
    6767      USE tracer_icosa_mod
     68      USE earth_const, ONLY : g
    6869      IMPLICIT NONE
    6970      TYPE(t_field), POINTER :: f_ps(:)
  • ICOSA_LMDZ/src/phylmd/icolmdz_param_gravity_wave.f90

    r4966 r5724  
    99 
    1010  SUBROUTINE init_param_gravity_wave
    11   USE getin_mod
    12   USE xios_mod
     11  USE getin_mod  ! from dynamico
     12  USE xios_mod   ! from dynamico
    1313  IMPLICIT NONE
    1414    CHARACTER(LEN=255) :: param_gw_method
     
    133133  !from icosa_lmdz
    134134  USE distrib_icosa_lmdz_mod
     135  USE math_const, ONLY: Pi
    135136  IMPLICIT NONE
    136137    INTEGER :: ibegin, jbegin, ni, nj, ni_glo,nj_glo
     
    415416  SUBROUTINE compute_sigma_gamma_theta(zxtzx, zytzy, zxtzy, zsig, zgam, zthe)
    416417  USE icosa
     418  USE math_const, ONLY : Pi
    417419  IMPLICIT NONE
    418420    REAL(rstd),INTENT(IN)   :: zxtzx(iim*jjm)
     
    487489  USE xios_mod
    488490  USE icosa
     491  USE math_const, ONLY : Pi
    489492  IMPLICIT NONE
    490493    REAL, ALLOCATABLE :: mask(:,:) , zmea(:,:), zpic(:,:), zval(:,:), ztz(:,:), zstd(:,:)
  • ICOSA_LMDZ/src/phylmd/interface_icosa_lmdz.F90

    r5498 r5724  
    207207  USE mpipara
    208208  USE disvert_mod
    209   USE earth_const, ONLY: scale_height
    210209  USE xios_mod
    211210  USE time_mod , init_time_icosa=> init_time
    212211  USE omp_para
     212  USE earth_const
    213213
    214214! from LMDZ
     
    224224  USE readTracFiles_mod, ONLY: trac_type, isot_type
    225225  USE tracer_icosa_mod, ONLY : tracs
    226    USE readTracFiles_mod, ONLY: delPhase
     226  USE readTracFiles_mod, ONLY: delPhase
    227227!  USE phyaqua_mod, ONLY : iniaqua
    228    USE phystokenc_mod, ONLY : init_phystokenc       !  use to generate mass flow files for offline mode
     228  USE phystokenc_mod, ONLY : init_phystokenc       !  use to generate mass flow files for offline mode
    229229 
    230230  IMPLICIT NONE
     
    547547  USE checksum_mod
    548548  USE vorticity_mod
     549  USE earth_const
    549550
    550551! from LMDZ
Note: See TracChangeset for help on using the changeset viewer.