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 991 for branches/dev_003_CPL/NEMO/OPA_SRC/SBC/sbcblk_core.F90 – NEMO

Ignore:
Timestamp:
2008-05-23T17:55:55+02:00 (16 years ago)
Author:
smasson
Message:

dev_003_CPL: preliminary draft (not working), see ticket #155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_003_CPL/NEMO/OPA_SRC/SBC/sbcblk_core.F90

    r990 r991  
    212212      !!      fields read in sbc_read 
    213213      !!  
    214       !! ** Outputs : - utau    : i-component of the stress at U-point  (N/m2) 
    215       !!              - vtau    : j-component of the stress at V-point  (N/m2) 
    216       !!              - qsr     : Solar heat flux over the ocean        (W/m2) 
    217       !!              - qns     : Non Solar heat flux over the ocean    (W/m2) 
    218       !!              - evap    : Evaporation over the ocean            (kg/m2/s) 
    219       !!              - tprecip : Total precipitation                   (Kg/m2/s) 
    220       !!              - sprecip : Solid precipitation                   (Kg/m2/s) 
     214      !! ** Action  :   defined at each time-step at the air-sea interface 
     215      !!              - utau  &  vtau   : stress components in geographical ref. 
     216      !!              - qns   &  qsr    : non solar and solar heat fluxes 
     217      !!              - emp             : evap - precip (volume flux) 
     218      !!              - emps            : evap - precip (concentration/dillution) 
    221219      !!--------------------------------------------------------------------- 
    222220      REAL(wp), INTENT(in), DIMENSION(jpi,jpj) ::   pst   ! surface temperature                      [Celcius] 
Note: See TracChangeset for help on using the changeset viewer.