Ignore:
Timestamp:
Jul 28, 2025, 7:23:15 PM (6 days ago)
Author:
aborella
Message:

Merge with trunk r5789

Location:
LMDZ6/branches/contrails
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails

  • LMDZ6/branches/contrails/libf/phylmd/surf_ocean_mod.F90

    r5285 r5791  
    2121       tsurf_new, dflux_s, dflux_l, lmt_bils, &
    2222       flux_u1, flux_v1, delta_sst, delta_sal, ds_ns, dt_ns, dter, dser, &
    23        dt_ds, tkt, tks, taur, sss &
     23!GG       dt_ds, tkt, tks, taur, sss)
     24       dt_ds, tkt, tks, taur, sss, &
     25       dthetadz300,Ampl      &
     26!GG
    2427#ifdef ISO
    2528        &       ,xtprecip_rain, xtprecip_snow,xtspechum,Roce, &
     
    127130    ! (tks / tkt) * dTer, in K
    128131
     132!GG
     133    REAL, DIMENSION(klon), INTENT(IN)        :: dthetadz300
     134    REAL, DIMENSION(klon), INTENT(OUT)        :: Ampl
     135!
     136
    129137    ! Output variables
    130138    !**************************************************************************
     
    270278            radsol, snow, agesno, &
    271279            qsurf, evap, fluxsens, fluxlat, flux_u1, flux_v1, &
    272             tsurf_new, dflux_s, dflux_l, sens_prec_liq, rhoa &
     280!GG           tsurf_new, dflux_s, dflux_l, sens_prec_liq, rhoa)
     281            tsurf_new, dflux_s, dflux_l, sens_prec_liq, rhoa, &
     282            dthetadz300,  pctsrf, Ampl &
     283!GG
    273284#ifdef ISO
    274285            ,xtprecip_rain, xtprecip_snow, xtspechum,Roce,rlat, &
Note: See TracChangeset for help on using the changeset viewer.