Opened 10 months ago
Closed 10 months ago
#848 closed defect (fixed)
Problems with reading N files r7615
Reported by: | luyssaert | Owned by: | somebody |
---|---|---|---|
Priority: | blocker | Milestone: | ORCHIDEE 4.1 |
Component: | Biogeochemical processes | Version: | trunc |
Keywords: | Cc: |
Description
Since r7615 two similar crashes occurred.
r7615 crashed on obelix as it could not open Nmanure. As a (brainless) fix the following lines were commented out in PARAM/orchidee.def of SPINUP_ANALYTIC_FG1 (committed in r7616)
#Nmanure_FILE = NONE #Nmanure_VAR = Nmanure
The model could run for 180 years on obelix
One day later r7616 was installed on irene but crashed immediately with an error:
FATAL ERROR FROM ROUTINE flininfo
--> Could not open file :
--> Nfert.nc
-->
Why is it looking for that file? It doesn't seem to look for it in revision 7590. IN the directory for 7616, the following files are both present:
IGCM_sys_Cp : /ccc/work/cont003/igcmg/igcmg/IGCM/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_pasture_1900.nc nfert_pasture.nc
IGCM_sys_Cp : /ccc/work/cont003/igcmg/igcmg/IGCM/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_cropland_1900.nc nfert_cropland.nc
IGCM_sys_Chmod : u+rw FMmap.nc PFTmap.nc bnf.nc cartepente2d_15min.nc context_input_orchidee.xml context_orchidee.xml field_def_orchidee.xml file_def_orchidee.xml floodplains.nc forcing_file.nc iodef.xml ndep_nhx.nc ndep_noy.nc nfert_cropland.nc nfert_pasture.nc nmanure_cropland.nc nmanure_pasture.nc orchidee.def orchidee_pft.def reftemp.nc routing.nc run.def run_file soil_bulk_and_ph.nc soils_param.nc
-rw-r--r-- 1 mcgrathm drf 1048070 May 25 14:13 nfert_pasture.nc
-rw-r--r-- 1 mcgrathm drf 1048018 May 25 14:13 nfert_cropland.nc
-rw-r--r-- 1 mcgrathm drf 1048070 May 25 14:13 nfert_pasture.nc
-rw-r--r-- 1 mcgrathm drf 1048018 May 25 14:13 nfert_cropland.nc
Looking back through the changelogs, 7604 kinda touched on this. 7602 seems more likely (but that was only in branch 3).
0
0 USING DEFAULTS : Nfert_FILE =
0 Nfert.nc
0
0 USING DEFAULTS : Nfert_VAR =
0 Nfert
0
0 Reading of Nfert will be done with IOIPSL. File and variable name are
0 Nfert.nc
Change History (1)
comment:1 Changed 10 months ago by luyssaert
- Resolution set to fixed
- Status changed from new to closed
Typo was corrected in r7622