Changeset 5458
- Timestamp:
- 2015-06-22T12:41:26+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/NEMO/OPA_SRC/STO/stopar.F90
r5404 r5458 111 111 INTEGER :: nn_trc_flt = 0 ! number of passes of Laplacian filter 112 112 INTEGER :: nn_trc_ord = 1 ! order of autoregressive processes 113 114 ! Public array with density correction115 REAL(wp), PUBLIC, DIMENSION(:,:,:), ALLOCATABLE :: drho_ran116 113 117 114 !!---------------------------------------------------------------------- … … 668 665 ! ------------------------------------------ 669 666 IF( ln_rststo ) CALL sto_rst_read 670 671 ! Allocate drho_ran672 ALLOCATE(drho_ran(jpi,jpj,jpk))673 667 674 668 END SUBROUTINE sto_par_init … … 781 775 CALL iom_rstput( kt, nitrst, numstow, clsto3d , sto3d(:,:,:,jsto) ) 782 776 END DO 783 ! Save drho_ran in restart file784 CALL iom_rstput( kt, nitrst, numstow, 'drho' , drho_ran(:,:,:) )785 777 ! close the restart file 786 778 CALL iom_close( numstow )
Note: See TracChangeset
for help on using the changeset viewer.