CABLE-LSM / CABLE-Trac-archive

Archive CABLE Trac contents as issues
Other
0 stars 0 forks source link

trunk code has not been tested #167

Closed penguian closed 2 years ago

penguian commented 6 years ago

keyword_nogit owner:vxh599@nci.org.au resolution_wontfix type_defect | by bep599


First difficulty arise from which def_veg_params file to use. This has been discussed long time ago. If not using the SVN functions to sort out the respective file for a particular checked-out version of code, some notes in the User Guide would still be helpful.

When not trying to use POP, I have chosen the standard cable.nml from CABLE-AUX and turn on CASA-CNP. Crashed because the code does not read text input for pool sizes anymore and there is no netcdf replacement in CABLE-AUX. Had to put in the extra switch cable_user%CASA_fromZero = .TRUE. (which is absent in the standard namelist file) to get it running. a) the name of the switch is misleading, it is actually reading the default pool sizes from the pftlookup table, and not starting from zero. b) Since the default in the code for this switch is FALSE, then there should be a netcdf file of pool sizes in CABLE-AUX, or else the default should be TRUE.

After the simulation, the output file STANDARD_casa_rst.nc can be put in CABLE-AUX for future use. However, STANDARD_casa_out.nc only has the metadata, but no real output. This problem persist even after putting in the switch output%averaging = 'all' which should be the default set in the code.

Just wonder what tests were done before the trunk was changed.


Issue migrated from trac:167 at 2023-11-27 11:22:55 +1100

penguian commented 6 years ago

@vxh599@nci.org.au changed owner from jxs599 to vxh599

penguian commented 6 years ago

@vxh599@nci.org.au commented


Set default casa_from_zero and POP_from_zero to .true. Change committed to revision 5006. https://trac.nci.org.au/svn/cable/branches/Share/CMIP6-MOSRS

change set: https://trac.nci.org.au/trac/cable/changeset?old_path=branches%2FShare%2FCMIP6-MOSRS%2Fcore&old=5006&new_path=branches%2FShare%2FCMIP6-MOSRS%2Fcore&new=5006

Suggest not providing casa restart files in CABLE-AUX as restart files depend on spatial domain and paramters. They should be generated by the user.

Prefer to retain "casa_from_zero" name. Description commented in cable.nml file: https://trac.nci.org.au/svn/cable/branches/Share/CABLE-AUX/offline/cable.nml.CMIP6-bios3

Update to cable.nml pending testing.

penguian commented 5 years ago

@jxs599@nci.org.au changed milestone from ` to4. Low Priority`

penguian commented 2 years ago

@jxs599@nci.org.au changed status from new to closed

penguian commented 2 years ago

@jxs599@nci.org.au set resolution to wontfix

penguian commented 2 years ago

@jxs599@nci.org.au commented


No longer relevant

penguian commented 1 year ago

@ccc561@nci.org.au set keywords to nogit