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

Ignore:
Timestamp:
2015-07-16T11:04:29+02:00 (9 years ago)
Author:
cbricaud
Message:

commit changes/bugfix/... for crs ; ok with time-splitting/fixed volume

File:
1 edited

Legend:

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

    r5105 r5601  
    8282   USE crsini          ! initialise grid coarsening utility 
    8383   USE lbcnfd, ONLY: isendto, nsndto, nfsloop, nfeloop ! Setup of north fold exchanges  
     84   USE trabbl_crs 
    8485 
    8586   IMPLICIT NONE 
     
    114115      !!---------------------------------------------------------------------- 
    115116      INTEGER ::   istp       ! time step index 
     117      CHARACTER(len=20) :: cmd  
    116118      !!---------------------------------------------------------------------- 
    117119      ! 
     
    410412      IF( lk_ldfslp     )   CALL ldf_slp_init      ! slope of lateral mixing 
    411413      ! 
    412       IF( ln_crs .AND. lk_ldfslp ) THEN 
     414      IF( ln_crs_top .AND. lk_ldfslp ) THEN 
    413415                            CALL dom_grid_crs 
    414416                            CALL ldf_slp_init_crs 
     
    420422      IF( lk_trabbl     )   CALL tra_bbl_init   ! advective (and/or diffusive) bottom boundary layer scheme 
    421423      ! 
    422       IF( ln_crs .AND. lk_trabbl     )  THEN 
     424      IF( ln_crs_top .AND. lk_trabbl     )  THEN 
    423425                            CALL dom_grid_crs  
    424426                            CALL tra_bbl_init_crs   ! advective (and/or diffusive) bottom boundary layer scheme 
Note: See TracChangeset for help on using the changeset viewer.