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 14623 for utils/tools/DOMAINcfg/src/ioipsl.f90 – NEMO

Ignore:
Timestamp:
2021-03-21T19:40:22+01:00 (3 years ago)
Author:
ldebreu
Message:

AGFdomcfg: 1) Update DOMAINcfg to be compliant with the removal of halo cells 2) Update most of the LBC ... subroutines to a recent NEMO 4 version #2638

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/src/ioipsl.f90

    r13204 r14623  
    11MODULE ioipsl 
     2!$AGRIF_DO_NOT_TREAT 
    23! 
    34!$Id: ioipsl.f90 2281 2010-10-15 14:21:13Z smasson $ 
     
    67! See IOIPSL/IOIPSL_License_CeCILL.txt 
    78! 
    8   USE errioipsl    
     9  USE errioipsl  
     10  USE stringop 
     11  USE mathelp     
     12  USE getincom 
    913  USE calendar    
    10   USE stringop 
    11  
     14  USE fliocom     
     15  USE flincom     
     16  USE histcom     
     17  USE restcom 
     18!$AGRIF_END_DO_NOT_TREAT 
    1219END MODULE ioipsl 
Note: See TracChangeset for help on using the changeset viewer.