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 5770 for branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2015-10-01T14:48:08+02:00 (9 years ago)
Author:
gm
Message:

#1593: LDF-ADV, step II.2: phasing the improvements/simplifications of advective tracer trend (see wiki page)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r5758 r5770  
    3333   !!             -   ! 2013-06  (I. Epicoco, S. Mocavero, CMCC) nemo_northcomms: setup avoiding MPI communication  
    3434   !!            3.7  ! 2014-12  (G. Madec) suppression of cross land advection option 
    35    !!             -   ! 2014-12  (G. Madec) remove KPP scheme 
     35   !!             -   ! 2014-12  (G. Madec) remove KPP scheme and cross-land advection (cla) 
    3636   !!---------------------------------------------------------------------- 
    3737 
     
    4646   !!---------------------------------------------------------------------- 
    4747   USE step_oce        ! module used in the ocean time stepping module 
    48    USE cla             ! cross land advection               (tra_cla routine) 
    4948   USE domcfg          ! domain configuration               (dom_cfg routine) 
    5049   USE mppini          ! shared/distributed memory setting (mpp_init routine) 
     
    458457 
    459458      !                                      ! Misc. options 
    460       IF( nn_cla == 1 .AND. cp_cfg == 'orca' .AND. jp_cfg == 2 )   CALL cla_init       ! Cross Land Advection 
    461459                            CALL sto_par_init   ! Stochastic parametrization 
    462460      IF( ln_sto_eos     )  CALL sto_pts_init   ! RRandom T/S fluctuations 
Note: See TracChangeset for help on using the changeset viewer.