Changeset 6124 for LMDZ6/trunk/libf/phylmd/conf_phys_m.f90
- Timestamp:
- Mar 23, 2026, 11:31:30 PM (3 weeks ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/libf/phylmd/conf_phys_m.f90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/conf_phys_m.f90
r6116 r6124 56 56 !$OMP THREADPRIVATE(alp_offset) 57 57 58 58 INTEGER, SAVE, protected:: read_climoz ! read ozone climatology 59 ! Allowed values are 0, 1 and 2 60 ! 0: do not read an ozone climatology 61 ! 1: read a single ozone climatology that will be used day and night 62 ! 2: read two ozone climatologies, the average day and night 63 ! climatology and the daylight climatology 64 !$OMP THREADPRIVATE(read_climoz) 59 65 60 66 CONTAINS 61 67 62 SUBROUTINE conf_phys ( read_climoz )68 SUBROUTINE conf_phys 63 69 64 70 USE compbl_mod_h … … 121 127 ! PC 122 128 ! Per-gas routing switches (Concentration "effective") 123 124 INTEGER, INTENT(OUT):: read_climoz ! read ozone climatology, OpenMP shared125 ! Allowed values are 0, 1 and 2126 ! 0: do not read an ozone climatology127 ! 1: read a single ozone climatology that will be used day and night128 ! 2: read two ozone climatologies, the average day and night129 ! climatology and the daylight climatology130 129 131 130 !-----------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.
