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 4785 for branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/EXTERNAL/AGRIF/LIB/decl.h – NEMO

Ignore:
Timestamp:
2014-09-24T14:03:02+02:00 (10 years ago)
Author:
rblod
Message:

dev_r4765_CNRS_agrif: First update of AGRIF for dynamic only (_flt and _ts), see ticket #1380 and associated wiki page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/EXTERNAL/AGRIF/LIB/decl.h

    r4779 r4785  
    251251 int PrivateDeclare;       /* Variable has been declared as PRIVATE */ 
    252252 int ExternalDeclare;      /* Variable has been declared as EXTERNAL */ 
    253  char InitialValueGiven[LONG_C];   
     253 int InitialValueGiven;    /* An initial value has been given */ 
    254254 int Allocatabledeclare; 
    255255 int Targetdeclare; 
     
    333333 FILE *subloop; 
    334334 FILE *module_declar; 
    335  FILE *module_declar_type; 
    336335 FILE *allocationagrif; 
    337336 
Note: See TracChangeset for help on using the changeset viewer.