Giter Club home page Giter Club logo

Comments (1)

fabiooliveira72 avatar fabiooliveira72 commented on July 29, 2024

Hi @palderman

I checked the subroutines in the model and the column names based on the source code.

If the FileA has ADAT and MDAT, the subroutine (usually OPHARV.for) will associate the name of the column with what has hard-coded.

Please see the subroutine MZ_OPHARV for Maize:

`!-----------------------------------------------------------------------
ACOUNT = 22 !Number of FILEA headings.
! Headings in FILEA for Measured data
DATA OLAB /
& 'ADAT ', !1 DFLR
& 'PD1T ', !2 IFPD
& 'PDFT ', !3 IFSD
& 'MDAT ', !4 DMAT
& 'HWAM ', !5 XGWT
& 'PWAM ', !6 XPDW
& 'H#AM ', !7 XNOGR
& 'HWUM ', !8 XGWU
& 'H#UM ', !9 XNOGU
& 'CWAM ', !10 XCWT

! 08/11/2005 CHP
! Change BWAH to BWAM -- by-product produced to maturity, but
! not necessarily removed from field
! & 'BWAH', !11 XSWT
& 'BWAM ', !11 XSWT

 &    'LAIX  ',     !12 XLAM 
 &    'HIAM  ',     !13 XHIN 
 &    'THAM  ',     !14 XTHR 
 &    'GNAM  ',     !15 XNGR 
 &    'CNAM  ',     !16 XNTP 
 &    'SNAM  ',     !17 XNST 
 &    'GN%M  ',     !18 XNPS 
 &    'CWAA  ',     !19 XCWAA
 &    'CNAA  ',     !20 XCNAA
 &    'L#SM  ',     !21 XLFNO
 &    'EDAT  ',     !22 Emergence date
 &    18*'      '/  

`
These lines of code show the hard-coded structure used to associate the column names in the FileX with the output file.

Conclusion is that there is no error or mislabeled columns. The variables match what is inside the Fortran code.

Also, confirming what Dr. Hoogenboom mentioned : "Yes, that's correct. Currently FileA is read by the model only and there are smarts to associate the Year with the DOY value."

Thank you so much,

Fabio Oliveira

from dssat-csm-os.

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.