Changeset 6070 for LMDZ6/trunk/libf/phylmd/conf_phys_m.f90
- Timestamp:
- Feb 6, 2026, 10:58:17 AM (3 weeks ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/libf/phylmd/conf_phys_m.f90 (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/conf_phys_m.f90
r6059 r6070 199 199 INTEGER, SAVE :: iflag_cycle_diurne_omp 200 200 LOGICAL, SAVE :: soil_model_omp,liqice_in_radocond_omp 201 !GG202 201 INTEGER,SAVE :: iflag_seaice_omp, iflag_seaice_alb_omp 203 202 INTEGER,SAVE :: iflag_leads_omp … … 208 207 REAL,SAVE :: si_pen_frac_omp,si_pen_ext_omp 209 208 REAL,SAVE :: fseaN_omp, fseaS_omp 210 !GG209 REAL,SAVE :: sic_hice_fixed_omp 211 210 LOGICAL, SAVE :: ok_limitvrai_omp 212 211 INTEGER, SAVE :: nbapp_rad_omp, iflag_con_omp … … 902 901 CALL getin('iflag_seaice_alb',iflag_seaice_alb_omp) 903 902 903 !Config Key = sic_hice_fixed 904 !Config Desc = imposed sea-ice thickness [m] 905 !Config Def = 906 sic_hice_fixed_omp = 1.0 907 CALL getin('sic_hice_fixed',sic_hice_fixed_omp) 908 909 904 910 !Config Key = iflag_seaice_alb 905 911 !Config Desc = Flag de sea ice leads … … 2179 2185 soil_model = soil_model_omp 2180 2186 liqice_in_radocond = liqice_in_radocond_omp 2181 ! GG 2187 sic_hice_fixed = sic_hice_fixed_omp 2182 2188 sice_cond = sice_cond_omp 2183 2189 sisno_cond = sisno_cond_omp … … 2710 2716 WRITE(lunout,*) ' var_fco2_land_cor = ', var_fco2_land_cor 2711 2717 WRITE(lunout,*) ' dms_cycle_cpl = ', dms_cycle_cpl 2712 !GG2713 2718 WRITE(lunout,*) ' iflag_seaice = ', iflag_seaice 2714 2719 WRITE(lunout,*) ' iflag_seaice_alb = ', iflag_seaice_alb 2715 2720 WRITE(lunout,*) ' iflag_leads = ', iflag_leads 2721 WRITE(lunout,*) ' sic_hice_fixed = ', sic_hice_fixed 2716 2722 WRITE(lunout,*) ' sice_cond = ', sice_cond 2717 2723 WRITE(lunout,*) ' sisno_cond = ', sisno_cond … … 2730 2736 WRITE(lunout,*) ' fseaN = ', fseaN 2731 2737 WRITE(lunout,*) ' fseaS = ', fseaS 2732 !GG 2738 2733 2739 WRITE(lunout,*) ' n2o_cycle_cpl = ', n2o_cycle_cpl 2734 2740 WRITE(lunout,*) ' ndp_cycle_cpl = ', ndp_cycle_cpl
Note: See TracChangeset
for help on using the changeset viewer.
