woelfle@atmos_washington_edu
New Member
I am attempting to run some simulations using CESM1.0.6 with CAM5 with COSP enabled. I am using the F_AMIP_CAM5 compset. Right now, I am just trying to get any configuration with COSP up and running. Following is description of the steps I am taking relating to the COSP test case. I am compiling with the intel12.1.5 compiler on a yellowstone login node. Can anyone tell me where I am going wrong?1. Create the case.
/glade/p/cesm/releases/cesm1_0_6/scripts/create_newcase -case ./cesm1_0_6.f.test_cosp -res f19_f19 -compset F_AMIP_CAM5 -mach yellowstone2. Edit "CAM_CONFIG_OPTS" in env_conf.xml to be "-phys cam5 -cosp"
Add cosp related fields to a newly created user_nl_cam file
&cospsimulator_nl
docosp=.true.
cosp_amwg=.true.
/3. Configure the case
./configure -case4. Build the case
./cesm1_0_6.f.test_cosp.yellowstone.buildAt this point, the case compiles until it reaches the first COSP file at which point the build crashes./glade/p/cesm/releases/cesm1_0_6/models/atm/cam/src/physics/cosp/MISR_simulator/MISR_simulator.f90(24): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: * ) SUBROUTINE MISR_simulator(--------------------------------^...(other similar errors about syntax or erroneous parethesis use).../tmp/ifortPrjI0g.i90(160): catastrophic error: Too many errors, exitingcompilation aborted for /glade/p/cesm/releases/cesm1_0_6/models/atm/cam/src/physics/cosp/MISR_simulator/MISR_simulator.f90 (code 1)gmake: *** [MISR_simulator.o] Error 1gmake: *** Waiting for unfinished jobs....I have gotten COSP to run in CESM1.1.1, CESM1.1.2, and CESM1.2.2, but I would really like to use 1.0.6 for my current simulations as it is the only version with a scientifically validated F_AMIP_CAM5 compset. I have more experience with the 1.1z and 1.2.z configuration proceduces than the 1.0.z procedures. Thus, I am unsure if I am perhaps just doing something out of order.
/glade/p/cesm/releases/cesm1_0_6/scripts/create_newcase -case ./cesm1_0_6.f.test_cosp -res f19_f19 -compset F_AMIP_CAM5 -mach yellowstone2. Edit "CAM_CONFIG_OPTS" in env_conf.xml to be "-phys cam5 -cosp"
Add cosp related fields to a newly created user_nl_cam file
&cospsimulator_nl
docosp=.true.
cosp_amwg=.true.
/3. Configure the case
./configure -case4. Build the case
./cesm1_0_6.f.test_cosp.yellowstone.buildAt this point, the case compiles until it reaches the first COSP file at which point the build crashes./glade/p/cesm/releases/cesm1_0_6/models/atm/cam/src/physics/cosp/MISR_simulator/MISR_simulator.f90(24): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: * ) SUBROUTINE MISR_simulator(--------------------------------^...(other similar errors about syntax or erroneous parethesis use).../tmp/ifortPrjI0g.i90(160): catastrophic error: Too many errors, exitingcompilation aborted for /glade/p/cesm/releases/cesm1_0_6/models/atm/cam/src/physics/cosp/MISR_simulator/MISR_simulator.f90 (code 1)gmake: *** [MISR_simulator.o] Error 1gmake: *** Waiting for unfinished jobs....I have gotten COSP to run in CESM1.1.1, CESM1.1.2, and CESM1.2.2, but I would really like to use 1.0.6 for my current simulations as it is the only version with a scientifically validated F_AMIP_CAM5 compset. I have more experience with the 1.1z and 1.2.z configuration proceduces than the 1.0.z procedures. Thus, I am unsure if I am perhaps just doing something out of order.