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

Changeset 14222


Ignore:
Timestamp:
2020-12-18T20:40:17+01:00 (3 years ago)
Author:
mcastril
Message:

Revert a few mor changes

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

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/BDY/bdyini.F90

    r14219 r14222  
    18011801   !!================================================================================= 
    18021802END MODULE bdyini 
    1803  
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/DYN/dynhpg.F90

    r14221 r14222  
    992992      znad = 1._wp 
    993993      IF( ln_linssh )   znad = 1._wp 
    994       !  
    995       ! ---------------  
    996       !  Surface pressure gradient to be removed  
    997       ! ---------------      
    998       DO_2D( 0, 0, 0, 0 )  
     994      ! 
     995      ! --------------- 
     996      !  Surface pressure gradient to be removed 
     997      ! --------------- 
     998      DO_2D( 0, 0, 0, 0 ) 
    999999         zpgu(ji,jj) = - grav * ( ssh(ji+1,jj,Kmm) - ssh(ji,jj,Kmm) ) * r1_e1u(ji,jj) 
    10001000         zpgv(ji,jj) = - grav * ( ssh(ji,jj+1,Kmm) - ssh(ji,jj,Kmm) ) * r1_e2v(ji,jj)  
    10011001      END_2D  
    10021002      !  
    1003  
    10041003      IF( ln_wd_il ) THEN 
    10051004         ALLOCATE( zcpx(jpi,jpj) , zcpy(jpi,jpj) ) 
     
    10611060             zrhh(ji,jj,jkk) = interp1(CASTWP(gde3w(ji,jj,jkk  )), CASTWP(gde3w(ji,jj,jkk-1)),   & 
    10621061                &                      CASTWP(gde3w(ji,jj,jkk-2)), zrhh (ji,jj,jkk-1), zrhh(ji,jj,jkk-2)) 
    1063  
    10641062          END DO 
    10651063       ENDIF 
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/TOP/PISCES/SED/sedstp.F90

    r14219 r14222  
    8686      IF( kt == nitsed000 ) THEN 
    8787          CALL iom_close( numrsr )       ! close input tracer restart file 
    88 !          IF(lwm) CALL FLUSH( numont )   ! flush namelist output 
     88          IF(lrxios) CALL iom_context_finalize(      cr_sedrst_cxt  ) 
     89!         IF(lwm) CALL FLUSH( numont )   ! flush namelist output 
    8990      ENDIF 
    9091      IF( lrst_sed )            CALL sed_rst_wri( kt )   ! restart file output 
Note: See TracChangeset for help on using the changeset viewer.