Changeset 5791 for LMDZ6/branches/contrails/libf/phylmd/surface_data.f90
- Timestamp:
- Jul 28, 2025, 7:23:15 PM (6 days ago)
- Location:
- LMDZ6/branches/contrails
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5654-5683,5685-5690,5692-5715,5718-5721,5726-5727,5729,5744-5761,5763-5778,5780,5785-5789
- Property svn:mergeinfo changed
-
LMDZ6/branches/contrails/libf/phylmd/surface_data.f90
r5268 r5791 17 17 CHARACTER(len=6), SAVE :: type_ocean ! force/slab/couple 18 18 !$OMP THREADPRIVATE(type_ocean) 19 20 !GG 21 INTEGER, SAVE :: iflag_seaice 22 !$OMP THREADPRIVATE(iflag_seaice) 23 INTEGER, SAVE :: iflag_seaice_alb 24 !$OMP THREADPRIVATE(iflag_seaice_alb) 25 INTEGER, SAVE :: iflag_leads 26 !$OMP THREADPRIVATE(iflag_leads) 27 28 !For sea-ice 29 REAL,SAVE :: sice_cond 30 !$OMP THREADPRIVATE(sice_cond) 31 REAL,SAVE :: sisno_cond 32 !$OMP THREADPRIVATE(sisno_cond) 33 REAL,SAVE :: sisno_den 34 !$OMP THREADPRIVATE(sisno_den) 35 REAL,SAVE :: sisno_min 36 !$OMP THREADPRIVATE(sisno_min) 37 REAL,SAVE :: sithick_min 38 !$OMP THREADPRIVATE(sithick_min) 39 REAL,SAVE :: sisno_wfact 40 !$OMP THREADPRIVATE(sisno_wfact) 41 REAL,SAVE :: amax_n 42 !$OMP THREADPRIVATE(amax_n) 43 REAL,SAVE :: amax_s 44 !$OMP THREADPRIVATE(amax_s) 45 REAL,SAVE :: rn_alb_sdry 46 !$OMP THREADPRIVATE(rn_alb_sdry) 47 REAL,SAVE :: rn_alb_smlt 48 !$OMP THREADPRIVATE(rn_alb_smlt) 49 REAL,SAVE :: rn_alb_idry 50 !$OMP THREADPRIVATE(rn_alb_idry) 51 REAL,SAVE :: rn_alb_imlt 52 !$OMP THREADPRIVATE(rn_alb_imlt) 53 REAL,SAVE :: si_pen_frac 54 !$OMP THREADPRIVATE(si_pen_frac) 55 REAL,SAVE :: si_pen_ext 56 !$OMP THREADPRIVATE(si_pen_ext) 57 REAL,SAVE :: fseaN 58 !$OMP THREADPRIVATE(fseaN) 59 REAL,SAVE :: fseaS 60 !$OMP THREADPRIVATE(fseaS) 61 !GG 19 62 20 63 ! if type_ocean=couple : version_ocean=opa8 ou nemo
Note: See TracChangeset
for help on using the changeset viewer.