Changeset 5719


Ignore:
Timestamp:
Jun 20, 2025, 10:35:06 AM (3 weeks ago)
Author:
yann meurdesoif
Message:

Fix small problem with XIOS3 when creating initial state in coupled mode.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified LMDZ6/trunk/libf/phylmd/create_etat0_unstruct_mod.f90 ΒΆ

    r5662 r5719  
    3232
    3333      IF (NF90_OPEN("ocean_fraction.nc", NF90_NOWRITE, file_id)==NF90_NOERR) THEN
     34        CALL xios_set_file_attr("relief",enabled=.FALSE.)
    3435        CALL xios_set_file_attr("frac_ocean",enabled=.TRUE.)
    3536        CALL xios_set_field_attr("mask",field_ref="frac_ocean_read")
    3637        iret=NF90_CLOSE(file_id)
    3738      ELSE IF (NF90_OPEN("land_water_0.05.nc", NF90_NOWRITE, file_id)==NF90_NOERR) THEN
     39        CALL xios_set_file_attr("relief",enabled=.FALSE.)
    3840        CALL xios_set_file_attr("land_water",name="land_water_0.05",enabled=.TRUE.)
    3941        CALL xios_set_field_attr("mask",field_ref="land_water")
    4042        iret=NF90_CLOSE(file_id)
    4143      ELSE IF (NF90_OPEN("land_water_0.25.nc", NF90_NOWRITE, file_id)==NF90_NOERR) THEN
     44        CALL xios_set_file_attr("relief",enabled=.FALSE.)
    4245        CALL xios_set_file_attr("land_water",name="land_water_0.25",enabled=.TRUE.)
    4346        CALL xios_set_field_attr("mask",field_ref="land_water")
    4447        iret=NF90_CLOSE(file_id)
    4548      ELSE IF (NF90_OPEN("land_water_0.50.nc", NF90_NOWRITE, file_id)==NF90_NOERR) THEN
     49        CALL xios_set_file_attr("relief",enabled=.FALSE.)
    4650        CALL xios_set_file_attr("land_water",name="land_water_0.50",enabled=.TRUE.)
    4751        CALL xios_set_field_attr("mask",field_ref="land_water")
Note: See TracChangeset for help on using the changeset viewer.