Ignore:
Timestamp:
Jul 28, 2025, 7:23:15 PM (6 days ago)
Author:
aborella
Message:

Merge with trunk r5789

Location:
LMDZ6/branches/contrails
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails

  • LMDZ6/branches/contrails/libf/phylmd/surface_data.f90

    r5268 r5791  
    1717  CHARACTER(len=6), SAVE :: type_ocean    ! force/slab/couple
    1818  !$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
    1962
    2063  ! if type_ocean=couple : version_ocean=opa8 ou nemo
Note: See TracChangeset for help on using the changeset viewer.