Changeset 4857


Ignore:
Timestamp:
Mar 19, 2024, 8:02:20 PM (7 weeks ago)
Author:
yann meurdesoif
Message:

Fix incomptability with recent version of dynamico due to convergence hexa<->unstruct

YM

Location:
ICOSA_LMDZ
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ICOSA_LMDZ/bld.cfg

    r4854 r4857  
    6363bld::excl_dep        use::theta2theta_rhodz_mod
    6464bld::excl_dep        use::geopotential_mod
    65 bld::excl_dep        use::wind_mod
     65bld::excl_dep        use::wind_from_lonlat_mod
    6666bld::excl_dep        use::omp_para
    6767bld::excl_dep        use::physics_external_mod
  • ICOSA_LMDZ/src/phylmd/icolmdz_etat0.f90

    r4855 r4857  
    5252      USE icosa
    5353      USE restart_mod
    54       USE wind_mod
     54      USE wind_from_lonlat_mod
    5555      USE write_field_mod
    5656      USE time_mod
  • ICOSA_LMDZ/src/phylmd/interface_icosa_lmdz.F90

    r4855 r4857  
    823823    USE theta2theta_rhodz_mod
    824824    USE geopotential_mod
    825     USE wind_mod
     825    USE wind_from_lonlat_mod
    826826    USE omp_para
    827827    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.