New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2052 for branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/oce_trc.F90 – NEMO

Ignore:
Timestamp:
2010-08-13T11:15:17+02:00 (14 years ago)
Author:
cetlod
Message:

Improve the merge TRA-TRC, see ticket:701

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/oce_trc.F90

    r2038 r2052  
    131131   USE dom_oce , ONLY :   vmask      =>   vmask      !: land/ocean mask at v-points  
    132132   USE dom_oce , ONLY :   fmask      =>   fmask      !: land/ocean mask at f-points  
    133 # if defined key_degrad 
    134    USE dom_oce , ONLY :   facvol     =>   facvol     !: volume factor for degradation 
    135 # endif 
    136133 
    137134   !* time domain * 
     
    182179   USE oce , ONLY :   gsv     =>    gsv     !: 
    183180   USE oce , ONLY :   grv     =>    grv     !:  
     181# if defined key_degrad 
     182   USE dommsk , ONLY :   facvol     =>   facvol     !: volume factor for degradation 
     183# endif 
     184 
    184185#endif 
    185186   USE lib_mpp , ONLY :   lk_mpp    =>  lk_mpp       !: Mpp flag 
     
    192193   USE sbc_oce , ONLY :   wndm       =>    wndm       !: 10m wind speed  
    193194   USE sbc_oce , ONLY :   qsr        =>    qsr        !: penetrative solar radiation (w m-2)   
    194    USE sbc_oce , ONLY :   emp        =>    emp        !: evaporation minus precipitation (kg m-2 s-2)  
    195    USE sbc_oce , ONLY :   emps       =>    emps       !: evaporation minus precipitation (kg m-2 s-2) 
     195   USE sbc_oce , ONLY :   emp        =>    emp        !: freshwater budget: volume flux               [Kg/m2/s] 
     196   USE sbc_oce , ONLY :   emps       =>    emps       !: freshwater budget: concentration/dillution   [Kg/m2/s] 
     197   USE sbc_oce , ONLY :   rnf        =>    rnf        !: river runoff   [Kg/m2/s] 
    196198   USE sbc_oce , ONLY :   fr_i       =>    fr_i       !: ice fraction (between 0 to 1) 
    197199   USE traqsr  , ONLY :   rn_abs     =>    rn_abs     !: fraction absorbed in the very near surface 
     
    219221   USE zdf_oce , ONLY :   avt        =>   avt         !: vert. diffusivity coef. at w-point for temp   
    220222# if defined key_zdfddm 
    221    USE zdfddm  , ONLY :   avs        =>    avs        !: salinity vertical diffusivity coeff. at w-point 
     223   USE zdfddm  , ONLY :   avs        =>   avs        !: salinity vertical diffusivity coeff. at w-point 
    222224# endif 
    223225 
Note: See TracChangeset for help on using the changeset viewer.