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

Changeset 596


Ignore:
Timestamp:
2007-02-20T10:37:53+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_003:RB: change lenght to 200 for temporary character, this is related to pgf behaviour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r558 r596  
    7575   INTEGER            ::   nstop = 0                !: error flag (=number of reason for a premature stop run) 
    7676   INTEGER            ::   nwarn = 0                !: warning flag (=number of warning found during the run) 
    77    CHARACTER(LEN=100) ::   ctmp1, ctmp2, ctmp3      !: temporary character 
     77   CHARACTER(len=200) ::   ctmp1, ctmp2, ctmp3      !: temporary character 
    7878   CHARACTER (len=64) ::   cform_err = "(/,' ===>>> : E R R O R',     /,'         ===========',/)"       !: 
    7979   CHARACTER (len=64) ::   cform_war = "(/,' ===>>> : W A R N I N G', /,'         ===============',/)"   !: 
Note: See TracChangeset for help on using the changeset viewer.