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 14644 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/SAS/step.F90 – NEMO

Ignore:
Timestamp:
2021-03-26T15:33:49+01:00 (3 years ago)
Author:
sparonuz
Message:

Merge trunk -r14642:HEAD

Location:
NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette_wave@13990         sette 
         11^/utils/CI/sette@14244        sette 
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/SAS/step.F90

    r13970 r14644  
    1212 
    1313   !!---------------------------------------------------------------------- 
    14    !!   stp             : OPA system time-stepping 
     14   !!   stp             : OCE system time-stepping 
    1515   !!---------------------------------------------------------------------- 
    1616   USE oce              ! ocean dynamics and tracers variables 
     
    3232   USE lbclnk           ! 
    3333   USE timing           ! Timing             
    34 #if defined key_iomput 
     34#if defined key_xios 
    3535   USE xios 
    3636#endif 
     
    8484      ENDIF 
    8585      IF( kstp == nit000 + 1 )   lk_agrif_fstep = .FALSE. 
    86 # if defined key_iomput 
     86# if defined key_xios 
    8787      IF( Agrif_Nbstepint() == 0 )   CALL iom_swap( cxios_context ) 
    8888# endif    
     
    111111 
    112112      ! ==> clem: open boundaries is mandatory for sea-ice because ice BDY is not decoupled from   
    113       !           the environment of ocean BDY. Therefore bdy is called in both OPA and SAS modules. 
     113      !           the environment of ocean BDY. Therefore bdy is called in both OCE and SAS modules. 
    114114      !           From SAS: ocean bdy data are wrong  (but we do not care) and ice bdy data are OK.   
    115115      !           This is not clean and should be changed in the future.  
     
    156156      IF( lk_oasis .AND. nstop == 0 ) CALL sbc_cpl_snd( kstp, Nbb, Nnn )       ! coupled mode : field exchanges if OASIS-coupled ice 
    157157 
    158 #if defined key_iomput 
     158#if defined key_xios 
    159159      IF( kstp == nitrst ) THEN 
    160160         IF(.NOT.lwxios) THEN 
Note: See TracChangeset for help on using the changeset viewer.