Changeset 5117 for LMDZ6/branches/Amaury_dev/libf/phylmd/conf_phys_m.F90
- Timestamp:
- Jul 24, 2024, 4:23:34 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/conf_phys_m.F90
r5116 r5117 32 32 USE lmdz_grid_phy, ONLY: klon_glo 33 33 USE lmdz_print_control, ONLY: lunout 34 useconfig_ocean_skin_m, ONLY: config_ocean_skin34 USE config_ocean_skin_m, ONLY: config_ocean_skin 35 35 USE phys_state_var_mod, ONLY: phys_tstep 36 36 USE infotrac_phy, ONLY: type_trac … … 2300 2300 ok_veget = .TRUE. 2301 2301 type_veget = type_veget_omp 2302 IF (type_veget=='n' . or. type_veget=='bucket' .or. type_veget=='betaclim') THEN2302 IF (type_veget=='n' .OR. type_veget=='bucket' .OR. type_veget=='betaclim') THEN 2303 2303 ok_veget = .FALSE. 2304 2304 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.