Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (4 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/surf_land_bucket_mod.F90

    r5116 r5117  
    3535    USE indice_sol_mod
    3636#ifdef ISO
    37     use infotrac_phy, ONLY: ntiso,niso
     37    USE infotrac_phy, ONLY: ntiso,niso
    3838    USE isotopes_mod, ONLY: iso_eau, iso_HDO, iso_O18, iso_O17, &
    3939        ridicule_qsol
     
    162162! calculate constants
    163163    CALL calbeta(dtime, is_ter, knon, snow, qsol, beta, capsol, dif_grnd)
    164     if (type_veget=='betaclim') THEN
     164    IF (type_veget=='betaclim') THEN
    165165       CALL calbeta_clim(knon,jour,latitude(knindex(1:knon)),beta)
    166166    endif
Note: See TracChangeset for help on using the changeset viewer.