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/SubLoopCreation.c – 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/SubLoopCreation.c

    r4779 r4785  
    120120         strcat(ligne,parcours->var->v_nomvar); 
    121121         didvariableadded = 1; 
    122             } 
     122      } 
    123123      parcours = parcours -> suiv; 
    124124   } 
     
    131131         strcat(ligne,parcours->var->v_nomvar); 
    132132         didvariableadded = 1; 
    133             } 
     133      } 
    134134      parcours = parcours -> suiv; 
    135135   } 
     
    249249         strcat(ligne,parcours->var->v_nomvar); 
    250250         didvariableadded = 1; 
    251             } 
     251      } 
    252252      parcours = parcours -> suiv; 
    253253   } 
     
    331331 
    332332      AddUseAgrifUtilBeforeCall_0(fortran_out); 
     333      WriteArgumentDeclaration_beforecall(); 
    333334      if ( functiondeclarationisdone == 0 ) WriteFunctionDeclaration(fortran_out, 0); 
    334335      if ( !strcasecmp(subofagrifinitgrids,subroutinename) ) 
     
    378379      if ( ImplicitNoneInSubroutine() == 1 ) fprintf(fortran_out, "      implicit none\n"); 
    379380      WriteLocalParamDeclaration(fortran_out); 
     381      WriteArgumentDeclaration_beforecall(); 
    380382      if ( functiondeclarationisdone == 0 ) WriteFunctionDeclaration(fortran_out, 0); 
    381383/*      WriteSubroutineDeclaration(0);*/ 
Note: See TracChangeset for help on using the changeset viewer.