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 13451 for branches/UKMO/AMM15_v3_6_STABLE_package_collate_utils366_fabmv1/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-09-07T18:50:53+02:00 (4 years ago)
Author:
dford
Message:

Modifications to accommodate interaction between NEMO-FABM coupler only saving diagnostics requested in iodef.xml, and the assimilation and 25h/tmb diagnostic code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE_package_collate_utils366_fabmv1/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r11277 r13451  
    493493      IF( lk_diaobs     ) THEN                  ! Observation & model comparison 
    494494                            CALL dia_obs_init            ! Initialize observational data 
    495                             CALL dia_obs( nit000 - 1 )   ! Observation operator for restart 
     495                            !CALL dia_obs( nit000 - 1 )   ! Observation operator for restart 
    496496      ENDIF 
    497497 
     
    505505 
    506506      IF(lwp) WRITE(numout,*) 'Euler time step switch is ', neuler 
    507                             CALL dia_tmb_init  ! TMB outputs 
    508                             CALL dia_25h_init  ! 25h mean  outputs 
    509                             CALL dia_diaopfoam_init  ! FOAM operational output 
     507                            !CALL dia_tmb_init  ! TMB outputs 
     508                            !CALL dia_25h_init  ! 25h mean  outputs 
     509                            !CALL dia_diaopfoam_init  ! FOAM operational output 
    510510      ! 
    511511   END SUBROUTINE nemo_init 
Note: See TracChangeset for help on using the changeset viewer.