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

Ignore:
Timestamp:
2018-11-12T13:13:36+01:00 (5 years ago)
Author:
dford
Message:

Change bias_init to be called after asm_inc_init, as bias_init uses the nitiaufin variable which is set in asm_inc_init.

File:
1 edited

Legend:

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

    r8400 r10295  
    483483                            CALL dia_hsb_init   ! heat content, salt content and volume budgets 
    484484                            CALL     trd_init   ! Mixed-layer/Vorticity/Integral constraints trends 
    485                             CALL     bias_init  ! Pressure correction bias 
    486485      IF( lk_diaobs     ) THEN                  ! Observation & model comparison 
    487486                            CALL dia_obs_init            ! Initialize observational data 
     
    491490      !                                     ! Assimilation increments 
    492491      IF( lk_asminc     )   CALL asm_inc_init   ! Initialize assimilation increments 
     492                            CALL    bias_init   ! Pressure correction bias 
    493493      IF(lwp) WRITE(numout,*) 'Euler time step switch is ', neuler 
    494494       
Note: See TracChangeset for help on using the changeset viewer.