Custom Query (95 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 95)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#106 fixed new_aod flag Laurent Fairhead Laurent Fairhead
Description

new_aod paramater has been removed as of r3630

#102 fixed bug dans pbl_surface Laurent Fairhead Ehouarn Millour
Description

Sur Jean Zay, avec les options de debug le bench plante (en séquentiel) pour la r3572 dans pbl_surface lors du calcul de tke_x(i,k,is_ave):

       IF (iflag_split .eq.0) THEN
        wake_dltke(:,:,nsrf) = 0.
        DO k = 1, klev+1
           DO j = 1, knon
              i = ni(j)
!jyg<
!!              tke(i,k,nsrf)    = ytke(j,k)
!!              tke(i,k,is_ave) = tke(i,k,is_ave) + ytke(j,k)*ypct(j)
              tke_x(i,k,nsrf)    = ytke(j,k)
              tke_x(i,k,is_ave) = tke_x(i,k,is_ave) + ytke(j,k)*ypct(j)
!>jyg
           ENDDO
        ENDDO

pour i=14, k=1, car ytke(j,k)=nan (probablement pas/mal initialisé)

#100 wontfix XIOS crash with "NetCDF: HDF error" Laurent Fairhead Ehouarn Millour
Description

With XIOS the model crashes on Ada with XIOS (but not without), with the following error message:

terminate called after throwing an instance of 'xios::CNetCdfException'
  what():  Error when calling function nc_enddef(ncId)
NetCDF: HDF error
Unable to end define mode of this file, given its id: 65536
forrtl: error (76): Abort trap signal
Image              PC                Routine            Line        Source             
libifcoremt.so.5   00002ADA7C66B3EF  for__signal_handl     Unknown  Unknown
libpthread-2.12.s  00002ADA7A7F27E0  Unknown               Unknown  Unknown
libc-2.12.so       00002ADA7EEED495  gsignal               Unknown  Unknown
libc-2.12.so       00002ADA7EEEEC75  abort                 Unknown  Unknown
libstdc++.so.6.0.  00002ADA7AA90BCD  _ZN9__gnu_cxx27__     Unknown  Unknown
libstdc++.so.6.0.  00002ADA7AA8EB86  Unknown               Unknown  Unknown
libstdc++.so.6.0.  00002ADA7AA8EBD1  Unknown               Unknown  Unknown
libstdc++.so.6.0.  00002ADA7AA8EDE8  Unknown               Unknown  Unknown
...
gcm_48x36x19_phyl  0000000000D33951  iophy_mp_histwrit         974  iophy.f90
gcm_48x36x19_phyl  0000000002EE3365  phys_output_write         458  phys_output_write_mod.f90
gcm_48x36x19_phyl  00000000018A0037  physiq_mod_mp_phy        4581  physiq_mod.f90
gcm_48x36x19_phyl  00000000013D9905  callphysiq_mod_mp          70  callphysiq_mod.f90
gcm_48x36x19_phyl  0000000001397F34  calfis_loc_               718  calfis_loc.f
gcm_48x36x19_phyl  00000000009B2B81  call_calfis_mod_m         205  call_calfis_mod.f90
gcm_48x36x19_phyl  0000000000596751  leapfrog_loc_             796  leapfrog_loc.f
gcm_48x36x19_phyl  000000000042AC4B  MAIN__                    444  gcm.f90

Problem found on Ada using LMDZ r3543 (but also occurs for other recent revisions) and XIO revision 1659.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.