Changeset 4110 for trunk/LMDZ.COMMON/libf/evolution/sorption.F90
- Timestamp:
- Mar 9, 2026, 10:29:53 AM (8 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/sorption.F90 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/sorption.F90
r4074 r4110 50 50 ! ------------ 51 51 use utility, only: bool2str 52 use display, only: print_msg 52 use display, only: print_msg, LVL_NFO 53 53 54 54 ! DECLARATION … … 63 63 ! ---- 64 64 do_sorption = do_sorption_in 65 call print_msg('do_sorption = '//bool2str(do_sorption) )65 call print_msg('do_sorption = '//bool2str(do_sorption),LVL_NFO) 66 66 67 67 END SUBROUTINE set_sorption_config … … 436 436 use soil, only: layer 437 437 use maths, only: pi 438 use display, only: print_msg 438 use display, only: print_msg, LVL_NFO 439 439 use utility, only: real2str 440 440 … … 471 471 end do 472 472 end do 473 call print_msg("Total mass of CO2 adsorbed in the regolith [kg] = "//real2str(totmass_adsco2) )474 call print_msg("Total mass of H2O adsorbed in the regolith [kg] = "//real2str(totmass_adsh2o) )473 call print_msg("Total mass of CO2 adsorbed in the regolith [kg] = "//real2str(totmass_adsco2),LVL_NFO) 474 call print_msg("Total mass of H2O adsorbed in the regolith [kg] = "//real2str(totmass_adsh2o),LVL_NFO) 475 475 476 476 END SUBROUTINE compute_totmass_adsorbed
Note: See TracChangeset
for help on using the changeset viewer.
