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 12934 for NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser – NEMO

Ignore:
Timestamp:
2020-05-15T11:05:29+02:00 (4 years ago)
Author:
smueller
Message:

Correction of the synchronization with /NEMO/trunk@12925 (ticket #2170)

Location:
NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/cfgs/SHARED/grid_def_nemo.xml

    r12928 r12934  
    343343         </scalar> 
    344344       </grid> 
    345      </grid_definition> 
    346345 
    347346      <!-- ABL grid definition --> 
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/src/OCE/C1D/step_c1d.F90

    r12928 r12934  
    6060 
    6161                             indic = 0                ! reset to no error condition 
    62                              IF( kstp == nit000 )   THEN 
    63                                 CALL iom_init( "nemo")   ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
    64                                 CALL dia_hth_init    ! extra ML depth diagnostics, thermocline depths 
    65                              END IF 
     62      IF( kstp == nit000 )   CALL iom_init( "nemo")   ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
    6663      IF( kstp /= nit000 )   CALL day( kstp )         ! Calendar (day was already called at nit000 in day_init) 
    6764                             CALL iom_setkt( kstp - nit000 + 1, "nemo" )   ! say to iom that we are at time step kstp 
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/src/OCE/step.F90

    r12928 r12934  
    121121         IF( lk_diamlr   )   CALL dia_mlr_iom_init    ! with additional setup for multiple-linear-regression analysis 
    122122                             CALL iom_init_closedef 
    123                              IF( ln_crs      )   CALL iom_init( TRIM(cxios_context)//"_crs" )  ! for coarse grid 
    124                              CALL dia_hth_init    ! extra ML depth diagnostics, thermocline depths 
     123         IF( ln_crs      )   CALL iom_init( TRIM(cxios_context)//"_crs" )  ! for coarse grid 
    125124      ENDIF 
    126125      IF( kstp /= nit000 )   CALL day( kstp )         ! Calendar (day was already called at nit000 in day_init) 
Note: See TracChangeset for help on using the changeset viewer.