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 14219 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/TOP/PISCES/P4Z/p4zsms.F90 – NEMO

Ignore:
Timestamp:
2020-12-18T18:52:57+01:00 (3 years ago)
Author:
mcastril
Message:

Add Mixed Precision support by Oriol Tintó

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/TOP/PISCES/P4Z/p4zsms.F90

    r14086 r14219  
    1111   USE oce_trc         ! shared variables between ocean and passive tracers 
    1212   USE trc             ! passive tracers common variables  
     13   USE trcdta          !  
    1314   USE sms_pisces      ! PISCES Source Minus Sink variables 
    1415   USE p4zbio          ! Biological model 
     
    368369            IF(lwp) WRITE(numout,*) '~~~~~~~' 
    369370         ENDIF 
    370          CALL iom_rstput( kt, nitrst, numrtw, 'PH', hi(:,:,:)           ) 
    371          CALL iom_rstput( kt, nitrst, numrtw, 'Silicalim', xksi(:,:)    ) 
     371         CALL iom_rstput( kt, nitrst, numrtw, 'PH', hi(:,:,:) ) 
     372         CALL iom_rstput( kt, nitrst, numrtw, 'Silicalim', xksi(:,:) ) 
    372373         CALL iom_rstput( kt, nitrst, numrtw, 'Silicamax', xksimax(:,:) ) 
    373374         CALL iom_rstput( kt, nitrst, numrtw, 'tcflxcum', t_oce_co2_flx_cum ) 
Note: See TracChangeset for help on using the changeset viewer.