Ignore:
Timestamp:
Mar 25, 2026, 11:19:02 AM (11 days ago)
Author:
jbclement
Message:

PEM:

  • Fix outputs "diagevo.nc" for 3D data.
  • Fix sign in computing exchanges due to adsorption/ice table and in balancing H2O flux from/into atmosphere.
  • Few cleanings.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/clim_state_init.F90

    r4135 r4152  
    377377
    378378    ! 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)
    380380    h2o_ice(:,:) = 0._dp
    381381    do i = 1,ngrid
     
    388388
    389389    ! 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)
    391391    co2_ice(:,:) = co2_perice_PCM(:,:) + co2frost_PCM(:,:) - co2_frost4PCM(:,:)
    392392
     
    486486    ! Layering
    487487    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)
    490490        do i = 1,ngrid
    491491            if (is_h2o_perice_PCM(i)) then
Note: See TracChangeset for help on using the changeset viewer.