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 2498 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2010-12-21T15:22:05+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: #657 declare a variable for character size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r2496 r2498  
    7575   PUBLIC   nemo_init   ! needed by AGRIF 
    7676 
    77    CHARACTER (len=64) ::   cform_aaa="( /, 'AAAAAAAA', / ) "     ! flag for output listing 
     77   CHARACTER(lc) ::   cform_aaa="( /, 'AAAAAAAA', / ) "     ! flag for output listing 
    7878 
    7979   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.