** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.

Last-Modified: Thu, 2 Jul 2025 05:11:53 GMT Content-Type: text/html; charset=utf-8 MITgcm/MITgcm/pkg/ctrl/OPTIMCYCLE.h
Back to home page

MITgcm

 
 

    


File indexing completed on 2023-11-05 05:10:19 UTC

view on githubraw file Latest commit 65754df4 on 2023-11-04 17:55:24 UTC
65754df434 Mart*0001 CBOP
                0002 C     !ROUTINE: OPTIMCYCLE.h
                0003 C     !INTERFACE:
                0004 C     #include "OPTIMCYCLE.h"
                0005 
                0006 C     !DESCRIPTION:
                0007 C     *================================================================*
                0008 C     | OPTIMCYCLE.h
                0009 C     | o Header file defining variable optimcycle and common block
                0010 C     | o optimcycle is the only parameter of the offline optimization
                0011 C     |   toolbox "optim" (or "https://github.com/mjlosch/optim_m1qn3")
                0012 C     |   that is used in the MITgcm
                0013 C     | o formerly part of optim.h
                0014 C     *================================================================*
                0015 CEOP
                0016 
                0017 C     optimcycle :: cycle number of the off-line optimization.
                0018       COMMON /optiparm_i/ optimcycle
                0019       INTEGER optimcycle
                0020 
                0021 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|