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 440 for trunk/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2006-04-19T16:43:17+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_046 : CT : - light modifications related to the way to make SST/SSS damping

  • add a flx_init subroutine to read the namflx namelist to get feedback coefficients for SST(dqdt0)/SSS(deds0) damping
  • replace the ztrp variable by the dqdt0 read in the namflx namelist
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/opa.F90

    r413 r440  
    4242   USE trdvor          ! vorticity trends              (trd_vor_init routine) 
    4343   USE trdmld          ! tracer mixed layer trends     (trd_mld_init routine) 
    44    USE flxfwb          !  
     44   USE flxfwb          ! freshwater budget correction  (flx_fwb_init routine) 
     45   USE flxmod          ! thermohaline forcing of the ocean (flx_init routine) 
    4546 
    4647   USE diaptr          ! poleward transports           (dia_ptr_init routine) 
     
    320321!!add 
    321322                       CALL eos( tb, sb, rhd, rhop )        ! before potential and in situ densities 
    322  
     323                        
    323324                       CALL bn2( tb, sb, rn2 )              ! before Brunt-Vaisala frequency 
    324325 
     
    372373#endif 
    373374 
     375      CALL flx_init                         ! Thermohaline forcing initialization 
     376 
    374377      CALL flx_fwb_init                     ! FreshWater Budget correction 
    375378 
Note: See TracChangeset for help on using the changeset viewer.