oceanmodeling / schism

Semi-implicit Cross-scale Hydroscience Integrated System Model (SCHISM)
http://ccrm.vims.edu/schismweb/
Apache License 2.0
0 stars 0 forks source link

coastal_ike_shinnecock_atm2sch is failing with DEBUG mode #10

Closed uturuncoglu closed 3 months ago

uturuncoglu commented 3 months ago

coastal_ike_shinnecock_atm2sch test is facing with following error, if it is compiled under UFS with -DDEBUG option.

3: forrtl: severe (19): invalid reference to variable in NAMELIST input, unit 15, file /work2/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_97095/coastal_ike_shinnecock_atm2sch_intel/.//param.nml, line 36, position 18
3: Image              PC                Routine            Line        Source
3: fv3.exe            0000000002C20DED  Unknown               Unknown  Unknown
3: fv3.exe            0000000002274CF1  schism_init_              295  schism_init.F90
3: fv3.exe            000000000214174E  schism_nuopc_cap_         345  schism_nuopc_cap.F90
uturuncoglu commented 3 months ago

@josephzhang8 Do you have any idea? This might be related with the recent change in the SCHSIM that we solved by updating the namelist files (https://github.com/oceanmodeling/schism/issues/7). But, we did not test with DEBUG build in that time. There might be a bug in the model side.

uturuncoglu commented 3 months ago

@josephzhang8 This is giving error in nbins_veg_vert option that I have it under CORE section. If I check the code, I don't have it under SCHISM/src/Hydro/schism_init.F90. So, it is normal to fail. Maybe we need to sync SCHSIM since I could see it in https://github.com/schism-dev/schism/blob/9532b30bfb3516beb31fa6a11af8bfbb12e46085/src/Hydro/schism_init.F90#L185.

uturuncoglu commented 3 months ago

@josephzhang8 I think we are not pointing correct hash under app. Maybe there is no issue in here with updated model. I'll verify it. Sorry for false alert.

uturuncoglu commented 3 months ago

Closing this since it is working without any issue.