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/conf_phys_m.F90

    r5116 r5117  
    3232    USE lmdz_grid_phy, ONLY: klon_glo
    3333    USE lmdz_print_control, ONLY: lunout
    34     use config_ocean_skin_m, ONLY: config_ocean_skin
     34    USE config_ocean_skin_m, ONLY: config_ocean_skin
    3535    USE phys_state_var_mod, ONLY: phys_tstep
    3636    USE infotrac_phy, ONLY: type_trac
     
    23002300    ok_veget = .TRUE.
    23012301    type_veget = type_veget_omp
    2302     IF (type_veget=='n' .or. type_veget=='bucket' .or. type_veget=='betaclim') THEN
     2302    IF (type_veget=='n' .OR. type_veget=='bucket' .OR. type_veget=='betaclim') THEN
    23032303      ok_veget = .FALSE.
    23042304    ENDIF
Note: See TracChangeset for help on using the changeset viewer.