- Timestamp:
- 2017-02-14T13:06:22+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_optim_GO6_alloc/NEMOGCM/NEMO/OPA_SRC/SOL/solpcg.F90
r7581 r7680 98 98 IF( nn_timing == 1 ) CALL timing_start('sol_pcg') 99 99 ! 100 ALLOCATE( zgcr( jpi,jpj) )100 ALLOCATE( zgcr(1:jpi,1:jpj) ) 101 101 ! 102 102 ! Initialization of the algorithm with standard PCG
Note: See TracChangeset
for help on using the changeset viewer.