Changeset 5116 for LMDZ6/branches/Amaury_dev/libf/phylmd/phyaqua_mod.F90
- Timestamp:
- Jul 24, 2024, 2:54:37 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/phyaqua_mod.F90
r5113 r5116 133 133 !END IF 134 134 135 if (year_len/=360) then135 if (year_len/=360) THEN 136 136 write (*, *) year_len 137 137 CALL abort_physic("iniaqua", 'iniaqua: 360 day calendar is required !', 1) … … 227 227 228 228 ! Si alb_ocean on calcule un albedo oceanique moyen 229 ! if (alb_ocean) then229 ! if (alb_ocean) THEN 230 230 ! Voir pourquoi on avait ca. 231 231 ! CALL ini_alb_oce(phy_alb) … … 929 929 END IF 930 930 931 if (type_profil==20) then931 if (type_profil==20) THEN 932 932 PRINT*, 'Profile SST 20' 933 933 ! Méthode 13 "Qmax2K" plateau réel é| l'Equateur augmenté +2K … … 938 938 endif 939 939 940 if (type_profil==21) then940 if (type_profil==21) THEN 941 941 PRINT*, 'Profile SST 21' 942 942 ! Méthode 13 "Qmax2K" plateau réel é| l'Equateur augmenté +2K
Note: See TracChangeset
for help on using the changeset viewer.