Giter Club home page Giter Club logo

Comments (4)

ekluzek avatar ekluzek commented on August 17, 2024

Here's the lit of failures that @fischer-ncar found for this problem:

i All,

Got a bunch of test failures along the lines of

    115: check_dim ERROR: mismatch of input dimension        62034  with expected value 
    115:       62100  for variable landunit

 and

      ERROR in subgridWeightsMod.F90 at line 684

Here's the intel failures.

FAIL ERP_Ln9.f09_f09_mg17.FHIST_BGC.cheyenne_intel.cam-outfrq9s RUN time=28
        115: check_dim ERROR: mismatch of input dimension        62034  with expected value 
    115:       62100  for variable landunit
    115:Did you mean to set use_init_interp = .true. in user_nl_clm?

    FAIL ERS_D.f09_g17.B1850.cheyenne_intel.allactive-defaultio RUN time=113
292: If you are seeing this message at the beginning of a run with
292: use_init_interp = .true. and init_interp_method = "use_finidat_areas",
292: and you are seeing weights less than 1, then a likely cause is:
292: For the above-mentioned grid cell(s):
292: The matching input grid cell had some non-zero-weight subgrid type
292: that is not present in memory in the new run.
292:  
292: ENDRUN:
292: ERROR: ERROR in subgridWeightsMod.F90 at line 684

   
    FAIL ERS_Ld5.f09_g17.B1PCTcmip6.cheyenne_intel.allactive-defaultio_min RUN time=28
184: check_dim ERROR: mismatch of input dimension        50827  with expected value 
184:       50616  for variable landunit
184:Did you mean to set use_init_interp = .true. in user_nl_clm?

    FAIL ERS_Ld5.f09_g17.BCO2x4cmip6.cheyenne_intel.allactive-defaultio_min RUN time=28
107: check_dim ERROR: mismatch of input dimension        50827  with expected value 
107:       50616  for variable landunit
107:Did you mean to set use_init_interp = .true. in user_nl_clm?

    
    FAIL PFS.f09_g17.B1850.cheyenne_intel.allactive-default RUN time=91
318: If you are seeing this message at the beginning of a run with
318: use_init_interp = .true. and init_interp_method = "use_finidat_areas",
318: and you are seeing weights less than 1, then a likely cause is:
318: For the above-mentioned grid cell(s):
318: The matching input grid cell had some non-zero-weight subgrid type
318: that is not present in memory in the new run.
318:  
318: ENDRUN:
318: ERROR: ERROR in subgridWeightsMod.F90 at line 684

    FAIL SMS_D_Ld1.f09_g17.B1850cmip6.cheyenne_intel.allactive-defaultio_min RUN time=36
60: check_dim ERROR: mismatch of input dimension        50827  with expected value 
60:       50616  for variable landunit
60:Did you mean to set use_init_interp = .true. in user_nl_clm?

    FAIL SMS_D_Ln9.f09_f09_mg17.FWHIST.cheyenne_intel.cam-reduced_hist3s RUN time=68
306: check_dim ERROR: mismatch of input dimension        62034  with expected value 
306:       62100  for variable landunit
306:Did you mean to set use_init_interp = .true. in user_nl_clm?
306:(Setting use_init_interp = .true. is needed when doing a

    FAIL SMS_D_Ln9.f09_f09_mg17.FWsc1850.cheyenne_intel.cam-outfrq9s RUN time=38
344: check_dim ERROR: mismatch of input dimension        50525  with expected value 
344:       50591  for variable landunit
344:Did you mean to set use_init_interp = .true. in user_nl_clm?

   
    FAIL SMS_Ld1.f09_f09_mg17.FW1850.cheyenne_intel.cam-reduced_hist1d RUN time=47
147: check_dim ERROR: mismatch of input dimension        50525  with expected value 
147:       50591  for variable landunit
147:Did you mean to set use_init_interp = .true. in user_nl_clm?

    FAIL SMS_Ld1.f09_f09_mg17.FW2010climo.cheyenne_intel.cam-outfrq1d RUN time=22
121: check_dim ERROR: mismatch of input dimension        50796  with expected value 
121:       50862  for variable landunit
121:Did you mean to set use_init_interp = .true. in user_nl_clm?

   
    FAIL SMS_Ld7.f09_g17.B1850.cheyenne_intel.allactive-defaultio RUN time=90
260: check_weights ERROR: at g =        11680 total PFT weight is 
260:  0.000000000000000E+000 active_only =  F
260: check_weights ERROR: at g =        11680 total col weight is 
260:  0.000000000000000E+000 active_only =  F
260: check_weights ERROR: at g =        11680 total lunit weight is 
260:  0.000000000000000E+000 active_only =  F
260:  
260: If you are seeing this message at the beginning of a run with
260: use_init_interp = .true. and init_interp_method = "use_finidat_areas",
260: and you are seeing weights less than 1, then a likely cause is:
260: For the above-mentioned grid cell(s):
260: The matching input grid cell had some non-zero-weight subgrid type
260: that is not present in memory in the new run.
260:  
260: ENDRUN:
260: ERROR: ERROR in subgridWeightsMod.F90 at line 684

from cesm.

ekluzek avatar ekluzek commented on August 17, 2024

Other REFCASES needed...

FAIL SMS_Ln1.f09_g17.BWCO2x4cmip6.cheyenne_intel.allactive-defaultio
FAIL SMS_Ln1.f09_g17.BWscHIST.cheyenne_intel.allactive-defaultio
FAIL SMS_Ln1.f09_g17.BWSSP126cmip6.cheyenne_intel.allactive-defaultio

from cesm.

billsacks avatar billsacks commented on August 17, 2024

@ekluzek is this still needed or should we close this?

from cesm.

ekluzek avatar ekluzek commented on August 17, 2024

Most of this was solved. I'm closing now because we don't have the time to look into this for cesm2.1.

from cesm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.