Changeset 5075 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- Jul 19, 2024, 10:05:57 AM (4 months ago)
- Location:
- LMDZ6/trunk/libf/phylmdiso
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/isotopes_routines_mod.F90
r4982 r5075 15871 15871 USE isotopes_verif_mod 15872 15872 #endif 15873 15874 15873 implicit none 15875 15874 15876 15875 ! equivalent de phyetat0 pour les isotopes 15877 15876 15878 #include "netcdf.inc"15879 15877 #include "dimsoil.h" 15880 15878 #include "clesphys.h" … … 16429 16427 IMPLICIT NONE 16430 16428 16431 #include "netcdf.inc"16432 16429 #include "dimsoil.h" 16433 16430 #include "clesphys.h" -
LMDZ6/trunk/libf/phylmdiso/limit_read_mod.F90
r4619 r5075 274 274 USE mod_phys_lmdz_para 275 275 USE surface_data, ONLY : type_ocean, ok_veget 276 USE netcdf 276 USE lmdz_netcdf, ONLY:nf90_noerr,nf90_close,nf90_get_var,nf90_inq_varid,nf90_nowrite,& 277 nf90_inq_dimid,nf90_inquire_dimension,nf90_open 277 278 USE indice_sol_mod 278 279 #ifdef ISO -
LMDZ6/trunk/libf/phylmdiso/phyaqua_mod.F90
r5073 r5075 147 147 !END IF 148 148 149 if (year_len .ne.360) then149 if (year_len/=360) then 150 150 write (*,*) year_len 151 151 write (*,*) 'iniaqua: 360 day calendar is required !' … … 960 960 END IF 961 961 962 if (type_profil .EQ.20) then962 if (type_profil==20) then 963 963 print*,'Profile SST 20' 964 964 ! Méthode 13 "Qmax2K" plateau réel �| l'Equateur augmenté +2K … … 969 969 endif 970 970 971 if (type_profil .EQ.21) then971 if (type_profil==21) then 972 972 print*,'Profile SST 21' 973 973 ! Méthode 13 "Qmax2K" plateau réel �| l'Equateur augmenté +2K -
LMDZ6/trunk/libf/phylmdiso/phyetat0_mod.F90
r4982 r5075 48 48 USE time_phylmdz_mod, ONLY: init_iteration, pdtphys, itau_phy 49 49 USE wxios, ONLY: missing_val_xios => missing_val, using_xios 50 use netcdf, only: missing_val_netcdf => nf90_fill_real50 use lmdz_netcdf, only: missing_val_netcdf => nf90_fill_real 51 51 use config_ocean_skin_m, only: activate_ocean_skin 52 52 #ifdef ISO -
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5066 r5075 48 48 USE mod_phys_lmdz_para 49 49 USE netcdf95, only: nf95_close 50 USE netcdf, only: nf90_fill_real ! IM for NMC files50 USE lmdz_netcdf, only: nf90_fill_real ! IM for NMC files 51 51 USE open_climoz_m, only: open_climoz ! ozone climatology from a file 52 52 USE ozonecm_m, only: ozonecm ! ozone of J.-F. Royer
Note: See TracChangeset
for help on using the changeset viewer.