Changeset 3792 for LMDZ6/trunk/libf/phylmd/surface_data.F90
- Timestamp:
- Jan 4, 2021, 6:01:25 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/surface_data.F90
r3327 r3792 15 15 !$OMP THREADPRIVATE(type_veget) 16 16 17 LOGICAL, SAVE :: ok_snow ! true for coupling to snow model SISVAT18 !$OMP THREADPRIVATE(ok_snow)19 20 17 CHARACTER(len=6), SAVE :: type_ocean ! force/slab/couple 21 18 !$OMP THREADPRIVATE(type_ocean) … … 30 27 !$OMP THREADPRIVATE(t_coupl) 31 28 29 ! FOR INLANDSIS: 30 !=============== 31 32 INTEGER, SAVE :: landice_opt ! 1 for coupling with SISVAT, 2 for coupling with INLANDSIS 33 !$OMP THREADPRIVATE(landice_opt) 34 35 INTEGER, SAVE :: iflag_tsurf_inlandsis ! 0 SISVAT method, 1 LMDZ method 36 !$OMP THREADPRIVATE(iflag_tsurf_inlandsis) 37 38 INTEGER, SAVE :: iflag_albzenith ! dependency of albedo to zenith angle 39 !$OMP THREADPRIVATE(iflag_albzenith) 40 41 INTEGER, SAVE :: n_dtis ! number of subtimesteps for INLANDSIS 42 !$OMP THREADPRIVATE(n_dtis) 43 44 ! with or without snow module/ blowing snow, ascii outfile 45 LOGICAL, SAVE :: SnoMod,BloMod,ok_outfor 46 !$OMP THREADPRIVATE(SnoMod,BloMod,ok_outfor) 47 32 48 END MODULE surface_data
Note: See TracChangeset
for help on using the changeset viewer.