Changeset 4756 for LMDZ6/trunk/libf


Ignore:
Timestamp:
Nov 30, 2023, 3:54:13 PM (10 months ago)
Author:
lebasn
Message:

StratAer?: update field and file_def for new tracers mode + change strato compo print (only 1st step).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/StratAer/traccoag_mod.F90

    r4750 r4756  
    117117
    118118    IF(flag_new_strat_compo) THEN
    119        WRITE(lunout,*) 'traccoag: USE STRAT COMPO from Tabazadeh 1994', flag_new_strat_compo
     119       IF(debutphy) WRITE(lunout,*) 'traccoag: USE STRAT COMPO from Tabazadeh 1994', flag_new_strat_compo
    120120       ! STRACOMP (H2O, P, t_seri -> aerosol composition (R2SO4)) : binary routine (from reprobus)
    121121       ! H2SO4 mass fraction in aerosol (%) from Tabazadeh et al. (1994).
     
    125125       CALL denh2sa_taba(t_seri)
    126126    ELSE
    127        WRITE(lunout,*) 'traccoag: USE STRAT COMPO from Bekki 2D model', flag_new_strat_compo
     127       IF(debutphy) WRITE(lunout,*) 'traccoag: USE STRAT COMPO from Bekki 2D model', flag_new_strat_compo
    128128       ! STRACOMP (H2O, P, t_seri -> aerosol composition (R2SO4))
    129129       ! H2SO4 mass fraction in aerosol (%)
Note: See TracChangeset for help on using the changeset viewer.