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 554 – NEMO

Changeset 554


Ignore:
Timestamp:
2006-10-25T17:29:12+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_067: GM: remove useless call to eos, bn2 and zps_hde (done in restart or istate)

File:
1 edited

Legend:

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

    r544 r554  
    274274      CALL istate_init                      ! ocean initial state (Dynamics and tracers) 
    275275 
    276 !!add 
    277                        CALL eos( tb, sb, rhd, rhop )        ! before potential and in situ densities 
    278  
    279                        CALL bn2( tb, sb, rn2 )              ! before Brunt-Vaisala frequency 
    280  
    281       IF( ln_zps .AND. .NOT. lk_cfg_1d )   & 
    282          &             CALL zps_hde( nit000, tb, sb, rhd,  &  ! Partial steps: before Horizontal DErivative 
    283                                             gtu, gsu, gru, &  ! of t, s, rd at the bottom ocean level 
    284                                             gtv, gsv, grv ) 
    285 !!add 
    286  
    287276      CALL oc_fz_pt                         ! Surface freezing point 
    288277 
Note: See TracChangeset for help on using the changeset viewer.