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 544 for trunk/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2006-10-20T16:23:21+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_078:RB: finalization of IOM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/opa.F90

    r532 r544  
    349349      !! * Local declarations 
    350350 
    351       NAMELIST/namflg/ ln_dynhpg_imp 
     351      NAMELIST/namflg/ ln_dynhpg_imp, nn_dynhpg_rst 
    352352      !!---------------------------------------------------------------------- 
    353353 
     
    449449         WRITE(numout,*) '             centered (F) or semi-implicit (T)   ln_dynhpg_imp = ', ln_dynhpg_imp 
    450450         WRITE(numout,*) '             hydrostatic pressure gradient' 
    451       ENDIF 
     451         WRITE(numout,*) '             add dynhpg implicit variable        nn_dynhpg_rst = ', nn_dynhpg_rst 
     452         WRITE(numout,*) '             in restart ot not nn_dynhpg_rst' 
     453      ENDIF 
     454      IF( .NOT. ln_dynhpg_imp )   nn_dynhpg_rst = 0      ! force no adding dynhpg implicit variables in restart 
    452455 
    453456   END SUBROUTINE opa_flg 
Note: See TracChangeset for help on using the changeset viewer.