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 14018 for NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/src/SAS/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-12-02T18:22:24+01:00 (3 years ago)
Author:
techene
Message:

#2385 branch updated with trunk 13970

Location:
NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3

    • Property svn:externals
      •  

        old new  
        88 
        99# SETTE 
        10 ^/utils/CI/sette@13559        sette 
         10^/utils/CI/sette@13795        sette 
  • NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/src/SAS/nemogcm.F90

    r13998 r14018  
    215215      !!---------------------------------------------------------------------- 
    216216      ! 
    217       IF( lk_oasis ) THEN   ;   cxios_context = 'sas' 
    218       ELSE                  ;   cxios_context = 'nemo' 
     217      IF( lk_oasis ) THEN   ;   cxios_context = 'sas'    ! when coupling SAS to OCE 
     218      ELSE                  ;   cxios_context = 'nemo'   !  
    219219      ENDIF 
    220220      nn_hls = 1 
     221      ! 
     222      l_SAS = .TRUE.   ! used in domain:dom_nam 
    221223      ! 
    222224      !                             !-------------------------------------------------! 
     
    374376     CALL Agrif_Declare_Var_ini   !  "      "   "   "      "  DOM 
    375377#endif 
    376                            CALL dom_init( Nbb, Nnn, Naa, 'SAS') ! Domain 
     378                           CALL dom_init( Nbb, Nnn, Naa ) ! Domain 
    377379      IF( sn_cfctl%l_prtctl )   & 
    378380         &                 CALL prt_ctl_init        ! Print control 
Note: See TracChangeset for help on using the changeset viewer.