Changeset 7485


Ignore:
Timestamp:
2022-02-21T10:06:05+01:00 (2 years ago)
Author:
josefine.ghattas
Message:

Changed keyword PARAM_FILE into PARAM_SPMIP_FILE to more explicit.

Location:
branches/ORCHIDEE_2_2/ORCHIDEE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/orchidee.default

    r7476 r7485  
    15221522SOILCLASS_FILE =  soils_param.nc  
    15231523 
    1524 # PARAM_FILE ([FILE]) :  Name of file from which soil parameter  values are read        {params_sp_mip.nc} 
    1525 PARAM_FILE =  params_sp_mip.nc  
     1524# PARAM_SPMIP_FILE ([FILE]) :  Name of file from which soil parameter  values are read  {smipexp='maps'} 
     1525PARAM_SPMIP_FILE =  params_sp_mip.nc  
    15261526 
    15271527# SLOPE_NOREINF ([%]) :  Slope over which surface runoff does not reinfiltrate  {} 
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/slowproc.f90

    r7475 r7485  
    236236!!$    ! Get the file name from run.def file and set file attributes accordingly 
    237237!!$    filename = 'params_sp_mip.nc' 
    238 !!$    CALL getin_p('PARAM_FILE',filename) 
     238!!$    CALL getin_p('PARAM_SPMIP_FILE',filename) 
    239239!!$    name = filename(1:LEN_TRIM(FILENAME)-3) 
    240240!!$    CALL xios_orchidee_set_file_attr("soilparam_file",name=name) 
     
    35493549              ! Read using IOIPSL and interpolate using aggregate tool in ORCHIDEE 
    35503550 
    3551               !Config Key   = PARAM_FILE 
     3551              !Config Key   = PARAM_SPMIP_FILE 
    35523552              !Config Desc  = Name of file from which soil parameter  values are read 
    35533553              !Config Def   = params_sp_mip.nc 
    3554               !Config If    = params_sp_mip.nc 
     3554              !Config If    = smipexp='maps' 
    35553555              !Config Help  = The name of the file to be opened to read values of parameters. 
    35563556              !Config         The data from this file is then interpolated to the grid of 
     
    35613561 
    35623562              filename = 'params_sp_mip.nc' 
    3563               CALL getin_p('PARAM_FILE',filename) 
     3563              CALL getin_p('PARAM_SPMIP_FILE',filename) 
    35643564 
    35653565              !! Variables for interpweight 
Note: See TracChangeset for help on using the changeset viewer.