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 6042 for branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90 – NEMO

Ignore:
Timestamp:
2015-12-14T10:25:40+01:00 (8 years ago)
Author:
timgraham
Message:

Merged branches/2015/dev_r5776_UKMO2_OBS_efficiency_improvs into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90

    r6009 r6042  
    210210         RETURN 
    211211      ENDIF 
    212  
     212       
    213213      !----------------------------------------------------------------------- 
    214214      ! Set up list of observation types to be used 
     
    370370      ENDIF 
    371371 
     372      IF ( ln_grid_global ) THEN 
     373         CALL ctl_warn( 'ln_grid_global=T may cause memory issues when used with a large number of processors' ) 
     374      ENDIF 
     375 
    372376      IF ( ( nn_1dint < 0 ) .OR. ( nn_1dint > 1 ) ) THEN 
    373377         CALL ctl_stop(' Choice of vertical (1D) interpolation method', & 
     
    381385 
    382386      CALL obs_typ_init 
    383  
    384       CALL mppmap_init 
     387      IF(ln_grid_global) 
     388         CALL mppmap_init 
     389      ENDIF 
    385390 
    386391      CALL obs_grid_setup( ) 
Note: See TracChangeset for help on using the changeset viewer.