** 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: Tue, 2 Jun 2025 05:11:35 GMT Content-Type: text/html; charset=utf-8 MITgcm/MITgcm/verification/halfpipe_streamice/build/genmake_local
Back to home page

MITgcm

 
 

    


Warning, /verification/halfpipe_streamice/build/genmake_local is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 3924ebfa on 2022-09-29 14:53:14 UTC
2c148d45d2 Jean*0001 #!/bin/bash
                0002 
                0003 #  This is the local options file for the "new" version of genmake
                0004 
3924ebfa1b Mart*0005 #- switch to F90 compiler (needed for some MITgcm src code, e.g., pkg/streamice):
8a2990e7e5 Jean*0006 ALWAYS_USE_F90=1
2c148d45d2 Jean*0007 
3924ebfa1b Mart*0008 #- specify which Fortran version src code is sent to TAF
                0009 TAF_FORTRAN_VERS='F95'