- Timestamp:
- Jul 24, 2024, 4:23:34 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/surf_land_bucket_mod.F90
r5116 r5117 35 35 USE indice_sol_mod 36 36 #ifdef ISO 37 useinfotrac_phy, ONLY: ntiso,niso37 USE infotrac_phy, ONLY: ntiso,niso 38 38 USE isotopes_mod, ONLY: iso_eau, iso_HDO, iso_O18, iso_O17, & 39 39 ridicule_qsol … … 162 162 ! calculate constants 163 163 CALL calbeta(dtime, is_ter, knon, snow, qsol, beta, capsol, dif_grnd) 164 if(type_veget=='betaclim') THEN164 IF (type_veget=='betaclim') THEN 165 165 CALL calbeta_clim(knon,jour,latitude(knindex(1:knon)),beta) 166 166 endif
Note: See TracChangeset
for help on using the changeset viewer.