Changeset 4152 for trunk/LMDZ.COMMON/libf/evolution/clim_state_init.F90
- Timestamp:
- Mar 25, 2026, 11:19:02 AM (11 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/clim_state_init.F90
r4135 r4152 377 377 378 378 ! H2O ice 379 call print_msg("'h2o_ice' is initialized with default value 'h2oice_huge_ini' where 'watercaptag' is true and where yearly minimum of frost can be considered as a huge reservoir ('threshold_h2oice_cap').",LVL_ NFO)379 call print_msg("'h2o_ice' is initialized with default value 'h2oice_huge_ini' where 'watercaptag' is true and where yearly minimum of frost can be considered as a huge reservoir ('threshold_h2oice_cap').",LVL_WRN) 380 380 h2o_ice(:,:) = 0._dp 381 381 do i = 1,ngrid … … 388 388 389 389 ! CO2 ice 390 call print_msg("'co2_ice' is initialized with 'perennial_co2ice' and yearly minimum of frost found in the PCM.",LVL_ NFO)390 call print_msg("'co2_ice' is initialized with 'perennial_co2ice' and yearly minimum of frost found in the PCM.",LVL_WRN) 391 391 co2_ice(:,:) = co2_perice_PCM(:,:) + co2frost_PCM(:,:) - co2_frost4PCM(:,:) 392 392 … … 486 486 ! Layering 487 487 if (do_layering) then 488 call print_msg('layerings_map is initialized with sub-surface strata.',LVL_ NFO)489 call print_msg("Ice is added with 'h2oice_huge_ini' where 'watercaptag' is true and otherwise with 'perennial_co2ice' found in the PCM.",LVL_ NFO)488 call print_msg('layerings_map is initialized with sub-surface strata.',LVL_WRN) 489 call print_msg("Ice is added with 'h2oice_huge_ini' where 'watercaptag' is true and otherwise with 'perennial_co2ice' found in the PCM.",LVL_WRN) 490 490 do i = 1,ngrid 491 491 if (is_h2o_perice_PCM(i)) then
Note: See TracChangeset
for help on using the changeset viewer.
