Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build-namelist to work for both old and new version of Perl #15

Merged
merged 1 commit into from
Sep 18, 2014

Conversation

jgfouca
Copy link
Member

@jgfouca jgfouca commented Sep 11, 2014

File was using syntax that older Perls accepted but Perl 5.20 rejected.
This commit fixes that issue.

File was using syntax that older Perls accepted but Perl 5.20 rejected.
This commit fixes that issue.
@douglasjacobsen
Copy link
Member

@jgfouca I recently have been making build-namelist modifications to create DIN_LOC_ROOT if it doesn't exist, and something I wanted to point out... each component has an identical copy of build-namelist. So, you should probably update all of these scripts.

To find them you can cd ACME; find . -name "build-namelist"

@jgfouca
Copy link
Member Author

jgfouca commented Sep 11, 2014

@douglasjacobsen, Yeah I noticed that. For some reason, only models/drv/bld/build-namelist was broken for perl-5.20. I ran perl -c on all the others and they all passed.

agsalin added a commit that referenced this pull request Sep 18, 2014
Fix build-namelist to work for both old and new version of Perl
@agsalin agsalin merged commit a7a06e2 into master Sep 18, 2014
@agsalin agsalin deleted the jgfouca/models/drv/perl-fixes branch September 18, 2014 16:49
@jgfouca jgfouca mentioned this pull request Oct 23, 2015
cjvogl pushed a commit to cjvogl/E3SM that referenced this pull request Jun 30, 2018
Replaced use of C_NULL_PTR with integer return flag.
rljacob added a commit that referenced this pull request May 6, 2021
Bring in changes needed from cime2.0.13

  fix cpl bug in restart write in driver/seq_io_mod.F90
  workaround for cray compiler issue in shr_stream_mod

Changes included with no effect on ACME
  edison build and pelayout changes in machines.
apcraig pushed a commit to apcraig/E3SM that referenced this pull request Jul 26, 2022
…ctic/DOD-shortterm-archive

Update short-term archive setup for DoD machines
yunpengshan2014 pushed a commit that referenced this pull request Dec 6, 2022
…hemMZT-MOSAIC-MAM5_AMIP

Link MOSAIC nitrate and MAM5 strat sulfate treatment
The changes are all related to aerosol parts and I don't see issues in this PR.
AllenHuAtmoSci pushed a commit to AllenHuAtmoSci/PerlmutterMAM5 that referenced this pull request Apr 24, 2023
njeffery pushed a commit that referenced this pull request Apr 28, 2023
philipwjones pushed a commit to philipwjones/E3SM that referenced this pull request May 19, 2023
Updated formatting of existing design docs for new doc setup and code highlighting
Includes:
* Update formatting for Broadcast design doc
* Update formatting for Config design doc
* Update formatting for DataTypes design doc
* Update formatting for Halo design doc
* Update formatting for Logging design doc
* Update formatting for MachEnv design doc
* Update formatting for TimeMgr design doc
philipwjones pushed a commit to philipwjones/E3SM that referenced this pull request May 31, 2023
Updated formatting of existing design docs for new doc setup and code highlighting
Includes:
* Update formatting for Broadcast design doc
* Update formatting for Config design doc
* Update formatting for DataTypes design doc
* Update formatting for Halo design doc
* Update formatting for Logging design doc
* Update formatting for MachEnv design doc
* Update formatting for TimeMgr design doc
yunpengshan2014 pushed a commit that referenced this pull request Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants