Ignore:
Timestamp:
2022-03-07T15:09:04+01:00 (2 years ago)
Author:
josefine.ghattas
Message:

Corrected error in naming axis for nscm into ncsm. Now axis and grid all takes nscm as the name of the parameter.
Added grid_nscm and grid_nscm_out needed for variable interp_diag_soilclass. Corrected variable interp_diag_vegetrefrac
Add new file sechiba_interp_diag containing the variables read from file, after they have been read and interpolated from file with XIOS or with standard method in ORCHIDEE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_parallel/xios_orchidee.f90

    r7503 r7510  
    358358       CALL xios_set_axis_attr("ngrnd",n_glo=ngrnd ,VALUE=znt(:)) 
    359359       CALL xios_set_axis_attr("nstm", n_glo=nstm,VALUE=(/(REAL(i,r_std),i=1,nstm)/)) 
    360        CALL xios_set_axis_attr("ncsm", n_glo=nscm,VALUE=(/(REAL(i,r_std),i=1,nscm)/)) 
     360       CALL xios_set_axis_attr("nscm", n_glo=nscm,VALUE=(/(REAL(i,r_std),i=1,nscm)/)) 
    361361       CALL xios_set_axis_attr("nnobio", n_glo=nnobio,VALUE=(/(REAL(i,r_std),i=1,nnobio)/)) 
    362362       CALL xios_set_axis_attr("albtyp", n_glo=2,VALUE=(/(REAL(i,r_std),i=1,2)/)) 
Note: See TracChangeset for help on using the changeset viewer.