Changeset 5087 for LMDZ6/branches/Amaury_dev/libf/phylmd/surf_ocean_mod.F90
- Timestamp:
- Jul 20, 2024, 12:00:23 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/surf_ocean_mod.F90
r5082 r5087 23 23 dt_ds, tkt, tks, taur, sss & 24 24 #ifdef ISO 25 &,xtprecip_rain, xtprecip_snow,xtspechum,Roce, &26 &xtsnow,xtevap,h1 &25 ,xtprecip_rain, xtprecip_snow,xtspechum,Roce, & 26 xtsnow,xtevap,h1 & 27 27 #endif 28 &)28 ) 29 29 30 30 use albedo, only: alboc, alboc_cd … … 184 184 IF (iso_eau > 0) THEN 185 185 CALL iso_verif_egalite_choix(xtspechum(iso_eau,i), & 186 &spechum(i),'surf_ocean_mod 117', &187 & errmax,errmaxrel)186 spechum(i),'surf_ocean_mod 117', & 187 errmax,errmaxrel) 188 188 CALL iso_verif_egalite_choix(xtsnow(iso_eau,i), & 189 &snow(i),'surf_ocean_mod 127', &190 & errmax,errmaxrel)189 snow(i),'surf_ocean_mod 127', & 190 errmax,errmaxrel) 191 191 ENDIF !IF (iso_eau > 0) then 192 192 ENDDO !DO i=1,klon
Note: See TracChangeset
for help on using the changeset viewer.