Changeset 9486
- Timestamp:
- 2018-04-17T16:46:42+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_obs_oper_update/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90
r7960 r9486 72 72 REAL(wp), PUBLIC, DIMENSION(:,:,:), ALLOCATABLE :: u_bkginc, v_bkginc !: Increment to the u- & v-components 73 73 REAL(wp), PUBLIC, DIMENSION(:) , ALLOCATABLE :: wgtiau !: IAU weights for each time step 74 #if defined key_asminc75 74 REAL(wp), PUBLIC, DIMENSION(:,:), ALLOCATABLE :: ssh_iau !: IAU-weighted sea surface height increment 76 #endif77 75 ! !!! time steps relative to the cycle interval [0,nitend-nit000-1] 78 76 INTEGER , PUBLIC :: nitbkg !: Time step of the background state used in the Jb term
Note: See TracChangeset
for help on using the changeset viewer.