Error: Failed to load processor TOC
No macro or processor named 'TOC' found

GISS ModelE on OS X

IPCC Freeze

  1. Install http://www.giss.nasa.gov/tools/modelE/ and inputs as shown in source:GCM/modelE/trunk#431
  2. from cd decks; gmake config makes source:GCM/modelE/trunk/.modelErc#439 (latest version)
  3. Make modifications from [431] up through [436] (changelog)
  4. gmake rundeck RUN=E001foo
  5. Apply [438] as per Gavin discussion
  6. gmake gcm RUN=E001foo
  7. gmake setup RUN=E001foo
  8. cd ../exec/; ./runE E001foo
  9. Model crashes on 1950 MAR 3 (gouda) or 1950 MAY 27 (modnar).
0Restart file written on fort.1                                             Year 1950 MAR   3, Hr  0  Internal clock time:   10224
  error = convective cloud opt. depth less than zero
 ISCCP CLOUD TYPING ERROR


 ************************************************************************************************************************************
 ************************************************************************************************************************************

  Program terminated due to the following reason:
  >>  ISCCP CLOUD TYPING ERROR  <<

 ************************************************************************************************************************************
 ************************************************************************************************************************************

No automatic fixup for return code: 255

IPCC Freeze w/ XLF

  • branch modelE to [440]
  • reconfigure ~/.modelErc for new location
  • export PATH=/opt/ibmcmp/xlf/8.1/bin:$PATH
  • gmake vclean
  • make gcm RUN=E001foo COMPILER=Absoft but I changed the model/Makefile to set COMPILER=xlf [444] & [450]
  • make setup RUN=E001foo And here I get xlf errors (file extension is strictly typed by the compiler)
  • cd ../exec; ./runE E001foo
  • Results:

Latest CVS

  • get the latest CVS version [441]
  • repeat Attempt 1
    • tail -1 => tail -n1
    • required change: gmake gcm RUN=E001foo COMPILER=Absoft
    • result: compilation errors. Cannot find modules from USE statement (probably on Athena)