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.
trclsm.gosac.h90 in tags/nemo_v1_04/NEMO/TOP_SRC/SMS – NEMO

source: tags/nemo_v1_04/NEMO/TOP_SRC/SMS/trclsm.gosac.h90 @ 280

Last change on this file since 280 was 274, checked in by opalod, 19 years ago

nemo_v1_update_005:RB: update headers for the TOP component.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 972 bytes
Line 
1!!!
2!!!                       trclsm.cfc.h
3!!!                       ****************
4!!!
5!!!  PURPOSE :
6!!!  ---------
7!!!     READs and PRINT options for cfc  namelist
8
9#if defined key_passivetrc && defined key_gosac
10
11      CHARACTER (len=32) :: clname
12
13!!---------------------------------------------------------------------
14!!  TOP 1.0,  LOCEAN-IPSL (2005)
15!! $Header$
16!! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
17!!---------------------------------------------------------------------
18
19! 0. initializations
20! ------------------
21
22      NAMELIST/coffset/xinitri
23
24      numnat=80
25      clname ='namelist.sms.gosac'
26      OPEN( numnat, FILE= clname, FORM='formatted', STATUS = 'old')
27
28!  Namelist traback :
29!  ------------------
30
31      READ(numnat,coffset)
32
33      IF(lwp) THEN
34          WRITE(numout,*) ' '
35          WRITE(numout,*) 'coffset'
36          write(numout,coffset)
37          WRITE(numout,*) ' '
38      ENDIF
39
40#endif
41
42
43
44
45
46
47
48
Note: See TracBrowser for help on using the repository browser.