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 3453 for branches/2012/dev_r3435_UKMO7_SCOORDS/NEMOGCM/NEMO/OPA_SRC/DOM/domwri.F90 – NEMO

Ignore:
Timestamp:
2012-08-14T15:38:51+02:00 (12 years ago)
Author:
rfurner
Message:

changes to allow new strecthed coordinate, including namelist for AMM12 std config; ticket#985

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3435_UKMO7_SCOORDS/NEMOGCM/NEMO/OPA_SRC/DOM/domwri.F90

    r3294 r3453  
    188188         CALL iom_rstput( 0, 0, inum4, 'e3w', e3w ) 
    189189         ! 
    190          CALL iom_rstput( 0, 0, inum4, 'gdept_0' , gdept_0 )    !    ! stretched system 
    191          CALL iom_rstput( 0, 0, inum4, 'gdepw_0' , gdepw_0 ) 
     190         CALL iom_rstput( 0, 0, inum4, 'gdept' , gdept )    !    ! stretched system 
     191         CALL iom_rstput( 0, 0, inum4, 'gdepw' , gdepw )  
    192192      ENDIF 
    193193       
Note: See TracChangeset for help on using the changeset viewer.