Changeset 4857 for ICOSA_LMDZ
- Timestamp:
- Mar 19, 2024, 8:02:20 PM (9 months ago)
- Location:
- ICOSA_LMDZ
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ICOSA_LMDZ/bld.cfg
r4854 r4857 63 63 bld::excl_dep use::theta2theta_rhodz_mod 64 64 bld::excl_dep use::geopotential_mod 65 bld::excl_dep use::wind_ mod65 bld::excl_dep use::wind_from_lonlat_mod 66 66 bld::excl_dep use::omp_para 67 67 bld::excl_dep use::physics_external_mod -
ICOSA_LMDZ/src/phylmd/icolmdz_etat0.f90
r4855 r4857 52 52 USE icosa 53 53 USE restart_mod 54 USE wind_ mod54 USE wind_from_lonlat_mod 55 55 USE write_field_mod 56 56 USE time_mod -
ICOSA_LMDZ/src/phylmd/interface_icosa_lmdz.F90
r4855 r4857 823 823 USE theta2theta_rhodz_mod 824 824 USE geopotential_mod 825 USE wind_ mod825 USE wind_from_lonlat_mod 826 826 USE omp_para 827 827 IMPLICIT NONE
Note: See TracChangeset
for help on using the changeset viewer.