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

Changeset 3119


Ignore:
Timestamp:
2011-11-15T22:45:47+01:00 (12 years ago)
Author:
cetlod
Message:

branch dev_NEMO_MERGE_2011/NEMOGCM: minor bug corrections for offline configuration

Location:
branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OFF_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OFF_SRC/dommsk.F90

    r2977 r3119  
    1919 
    2020   PUBLIC   dom_msk    ! routine called by inidom.F90 
     21 
     22   REAL(wp)        :: rn_shlat   = 2.   ! type of lateral boundary condition on velocity 
     23   LOGICAL, PUBLIC :: ln_vorlat  = .false.   !  consistency of vorticity boundary condition  
    2124 
    2225   !! * Substitutions 
     
    4851      INTEGER  ::   ji, jk                   ! dummy loop indices 
    4952      INTEGER  ::   iif, iil, ijf, ijl       ! local integers 
     53      ! 
    5054      !!--------------------------------------------------------------------- 
    51       ! 
     55       
    5256      IF( iwrk_in_use(2, 1) ) THEN 
    5357         CALL ctl_stop('dom_msk: requested workspace arrays unavailable')   ;   RETURN 
    54       END IF 
     58      ENDIF 
    5559      ! 
    5660      ! Interior domain mask (used for global sum) 
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OFF_SRC/dtadyn.F90

    r2977 r3119  
    260260      ELSE                                                        ! Compute bbl coefficients if needed 
    261261         tsb(:,:,:,:) = tsn(:,:,:,:) 
    262          CALL bbl( kt, 'TRC') 
     262         CALL bbl( kt, nit000, 'TRC') 
    263263      END IF 
    264264#endif 
Note: See TracChangeset for help on using the changeset viewer.