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 5194 – NEMO

Changeset 5194


Ignore:
Timestamp:
2015-04-03T11:55:56+02:00 (9 years ago)
Author:
vancop
Message:

sette modifs 1

Location:
branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top_cfg

    r4340 r5194  
    7979/ 
    8080!----------------------------------------------------------------------- 
     81&namtrc_ice        !    Representation of sea ice growth & melt effects 
     82!----------------------------------------------------------------------- 
     83/ 
     84!----------------------------------------------------------------------- 
    8185&namtrc_dia       !   parameters for passive tracer additional diagnostics 
    8286!---------------------------------------------------------------------- 
  • branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top_cfg

    r4340 r5194  
    8282/ 
    8383!----------------------------------------------------------------------- 
     84&namtrc_ice       !    Representation of sea ice growth & melt effects 
     85!----------------------------------------------------------------------- 
     86/ 
     87!----------------------------------------------------------------------- 
    8488&namtrc_dia       !   parameters for passive tracer additional diagnostics 
    8589!---------------------------------------------------------------------- 
  • branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM/NEMO/TOP_SRC/PISCES/trcice_pisces.F90

    r5193 r5194  
    116116 
    117117      REWIND( numnatp_ref ) 
    118       READ( numnatp_ref, nampisice, IOSTAT = ios, ERR = 901 ) 
    119 901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nampisice in reference namelist', lwp ) 
     118      READ( numnatp_ref, nampisice ) 
    120119 
    121120      REWIND( numnatp_cfg ) 
    122       READ( numnatp_cfg, nampisice, IOSTAT = ios, ERR = 902 ) 
    123 902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nampisice in configuration namelist', lwp ) 
     121      READ( numnatp_cfg, nampisice ) 
    124122 
    125123      ! Assign namelist stuff 
Note: See TracChangeset for help on using the changeset viewer.