Ignore:
Timestamp:
May 20, 2016, 11:57:25 AM (8 years ago)
Author:
oboucher
Message:

Adding runofflic diagnostic in outputs
This is the freshwater flux going into the coupler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq_mod.F90

    r2516 r2517  
    6868
    6969#ifdef CPP_RRTM
    70     USE YOERAD   , ONLY : NRADLP
     70    USE YOERAD, ONLY : NRADLP
    7171#endif
    7272    USE ioipsl_getin_p_mod, ONLY : getin_p
     
    34303430       !albedo SB <<<
    34313431
    3432 
    3433        if (mydebug) then
    3434           call writefield_phy('u_seri',u_seri,nbp_lev)
    3435           call writefield_phy('v_seri',v_seri,nbp_lev)
    3436           call writefield_phy('t_seri',t_seri,nbp_lev)
    3437           call writefield_phy('q_seri',q_seri,nbp_lev)
    3438        endif
    3439 
    34403432       !
    34413433       !sonia : If Iflag_radia >=2, pertubation of some variables
     
    34833475             print *,' ->radlwsw, number 1 '
    34843476          ENDIF
     3477
    34853478          !
    34863479          CALL radlwsw &
     
    42544247    ! Get some variables from module fonte_neige_mod
    42554248    CALL fonte_neige_get_vars(pctsrf,  &
    4256          zxfqcalving, zxfqfonte, zxffonte)
    4257 
    4258 
     4249         zxfqcalving, zxfqfonte, zxffonte, zxrunofflic)
    42594250
    42604251
Note: See TracChangeset for help on using the changeset viewer.